Skip to content

Commit

Permalink
tasks: adjust index mode
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Feb 9, 2022
1 parent cb4cbbf commit db495d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/labe/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def requires(self):
def run(self):
output = shellout(r"""
zstdcat -T0 {input} |
makta -T INTEGER -init -o {output}
makta -I 1 -T INTEGER -init -o {output}
""",
input=self.input().path)
luigi.LocalTarget(output).move(self.output().path)
Expand Down

0 comments on commit db495d7

Please sign in to comment.