Many TRs as Move Tutors

This commit is contained in:
Skeli
2020-02-24 20:51:34 +02:00
parent 4d22be82b3
commit df5be8cb16
132 changed files with 7435 additions and 270 deletions

View File

@@ -94,7 +94,10 @@ def RunCommand(cmd: [str]):
try:
subprocess.check_output(cmd)
except subprocess.CalledProcessError as e:
print(e.output.decode(), file=sys.stderr)
try:
print(e.output.decode(), file=sys.stderr)
except:
print(e)
sys.exit(1)