crash if fails
This commit is contained in:
parent
58cf28b90b
commit
8dc804a6e8
@ -60,6 +60,7 @@ for xcz in xczs:
|
|||||||
subprocess.run(
|
subprocess.run(
|
||||||
["rclone", "copy", "-P", "-v", f"{remote}:xcz/{xcz}", "xcz/"],
|
["rclone", "copy", "-P", "-v", f"{remote}:xcz/{xcz}", "xcz/"],
|
||||||
stdout=sys.stdout,
|
stdout=sys.stdout,
|
||||||
|
check=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
for dlc in dlcs:
|
for dlc in dlcs:
|
||||||
@ -67,6 +68,7 @@ for xcz in xczs:
|
|||||||
subprocess.run(
|
subprocess.run(
|
||||||
["rclone", "copy", "-P", "-v", f"{remote}:nsz/dlc/{dlc}", "nsz/dlc/"],
|
["rclone", "copy", "-P", "-v", f"{remote}:nsz/dlc/{dlc}", "nsz/dlc/"],
|
||||||
stdout=sys.stdout,
|
stdout=sys.stdout,
|
||||||
|
check=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
for update in updates:
|
for update in updates:
|
||||||
@ -81,4 +83,5 @@ for xcz in xczs:
|
|||||||
"nsz/updates/",
|
"nsz/updates/",
|
||||||
],
|
],
|
||||||
stdout=sys.stdout,
|
stdout=sys.stdout,
|
||||||
|
check=True,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user