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 f5a0c13 commit 2113009Copy full SHA for 2113009
chipflow_lib/cli.py
@@ -81,3 +81,4 @@ def run(argv=sys.argv[1:]):
81
if hasattr(args, "action"):
82
cmd += f" {args.action}"
83
print(f"Error while executing `{cmd}`: {e}")
84
+ exit(1)
0 commit comments