1
0

Merge commit '4ecba9bd5' into anoa/dinsic_release_1_31_0

This commit is contained in:
Andrew Morgan
2021-04-23 18:11:23 +01:00
74 changed files with 319 additions and 126 deletions

View File

@@ -51,7 +51,7 @@ def main(src_repo, dest_repo):
parts = line.split("|")
if len(parts) != 2:
print("Unable to parse input line %s" % line, file=sys.stderr)
exit(1)
sys.exit(1)
move_media(parts[0], parts[1], src_paths, dest_paths)