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 f2eca1a commit 7e4632fCopy full SHA for 7e4632f
vtr_flow/scripts/python_libs/vtr/parmys/parmys.py
@@ -235,7 +235,7 @@ def run(
235
# Set the synlig exe script path in the environment variable(handle if it is not set or system-verilog OFF)
236
try:
237
os.environ["synlig_exe_path"] = str(vtr.paths.synlig_exe_path)
238
- except Exception as e:
+ except KeyError as key_error:
239
os.environ["synlig_exe_path"] = "/dummy/path"
240
241
# set the parser
0 commit comments