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