sources: reduce whitespace in files cp command
This commit is contained in:
parent
192430bd30
commit
2309b54eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue