mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/file-setup.git
synced 2024-12-26 19:34:19 +00:00
fix command
This commit is contained in:
parent
dba21fbfd7
commit
4f036296d3
@ -36,7 +36,7 @@ def merge_images(input_dir, output_dir):
|
|||||||
o=output_dir)
|
o=output_dir)
|
||||||
subprocess.run(cmd, shell=True)
|
subprocess.run(cmd, shell=True)
|
||||||
cmd = 'rm {i}/file_list.txt'.format(i=input_dir)
|
cmd = 'rm {i}/file_list.txt'.format(i=input_dir)
|
||||||
subprocess.run(cmd)
|
subprocess.run(cmd, shell=True)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user