Skip to content

Commit

Permalink
report.py: FIX -run_path option to work again (The-OpenROAD-Project#1775
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dlmiles authored Apr 27, 2023
1 parent 0d205c6 commit 4ced43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/report/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__(
self.run_path = run_path
self.configuration = params.values()
self.configuration_full = ConfigHandler.get_config_for_run(
None, design_path, tag, full=True
run_path, design_path, tag, full=True
)
self.raw_report = None
self.formatted_report = None
Expand Down

0 comments on commit 4ced43c

Please sign in to comment.