Skip to content

Commit 7e4632f

Browse files
committed
parmys file error handling
1 parent f2eca1a commit 7e4632f

File tree

1 file changed

+1
-1
lines changed
  • vtr_flow/scripts/python_libs/vtr/parmys

1 file changed

+1
-1
lines changed

vtr_flow/scripts/python_libs/vtr/parmys/parmys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def run(
235235
# Set the synlig exe script path in the environment variable(handle if it is not set or system-verilog OFF)
236236
try:
237237
os.environ["synlig_exe_path"] = str(vtr.paths.synlig_exe_path)
238-
except Exception as e:
238+
except KeyError as key_error:
239239
os.environ["synlig_exe_path"] = "/dummy/path"
240240

241241
# set the parser

0 commit comments

Comments
 (0)