Keep uncompressed output files after zip jobs.

This commit is contained in:
Patrick Jentsch 2020-05-13 09:07:31 +02:00
parent 68e86338d4
commit bef51b7d81

1
nlp
View File

@ -106,7 +106,6 @@ class NLPPipeline(WorkflowRunner):
cmd = 'cd "{}"'.format(self.output_dir)
cmd += ' && '
cmd += 'zip'
cmd += ' -m'
cmd += ' -r'
cmd += ' "{}".zip .'.format(self.zip)
cmd += ' -x "pyflow.data*"'