We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf53c1 commit 9e099dbCopy full SHA for 9e099db
tools/helper.py
@@ -51,3 +51,5 @@ def main():
51
main()
52
except KeyboardInterrupt:
53
print()
54
+ except CalledProcessError:
55
+ sys.exit(1)
0 commit comments