mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-08 01:55:38 -05:00
Many TRs as Move Tutors
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user