mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2024-12-26 21:44:18 +00:00
Keep uncompressed output files after zip jobs.
This commit is contained in:
parent
68e86338d4
commit
bef51b7d81
1
nlp
1
nlp
@ -106,7 +106,6 @@ class NLPPipeline(WorkflowRunner):
|
|||||||
cmd = 'cd "{}"'.format(self.output_dir)
|
cmd = 'cd "{}"'.format(self.output_dir)
|
||||||
cmd += ' && '
|
cmd += ' && '
|
||||||
cmd += 'zip'
|
cmd += 'zip'
|
||||||
cmd += ' -m'
|
|
||||||
cmd += ' -r'
|
cmd += ' -r'
|
||||||
cmd += ' "{}".zip .'.format(self.zip)
|
cmd += ' "{}".zip .'.format(self.zip)
|
||||||
cmd += ' -x "pyflow.data*"'
|
cmd += ' -x "pyflow.data*"'
|
||||||
|
Loading…
Reference in New Issue
Block a user