sources: reduce whitespace in files cp command

This commit is contained in:
Jacob Kozol 2020-05-20 14:41:08 +02:00 committed by jkozol
parent 192430bd30
commit 2309b54eb3

View file

@ -93,7 +93,7 @@ def main(options, checksums, cache, output):
"--reflink=auto",
f"{cache}/{checksum}",
f"{output}/{checksum}"],
check=True)
check=True)
except subprocess.CalledProcessError as e:
json.dump({"error": e.output}, sys.stdout)
return 1