mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/file-setup.git
synced 2024-12-26 11:24:19 +00:00
Keep uncompressed output files after zip.
This commit is contained in:
parent
083c2709c1
commit
004890b35e
@ -44,7 +44,6 @@ def merge_images(input_dir, output_dir, output_file_base, zip):
|
|||||||
cmd = 'cd "{}"'.format(output_dir)
|
cmd = 'cd "{}"'.format(output_dir)
|
||||||
cmd += ' && '
|
cmd += ' && '
|
||||||
cmd += 'zip'
|
cmd += 'zip'
|
||||||
cmd += ' -m'
|
|
||||||
cmd += ' "{}".zip "{}".pdf'.format(zip, output_file_base)
|
cmd += ' "{}".zip "{}".pdf'.format(zip, output_file_base)
|
||||||
cmd += ' && '
|
cmd += ' && '
|
||||||
cmd += 'cd -'
|
cmd += 'cd -'
|
||||||
|
Loading…
Reference in New Issue
Block a user