Skip to content

Commit

Permalink
~ fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
passant5 committed Oct 11, 2023
1 parent c3f5522 commit fe2cfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openlane/steps/openroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,12 +545,12 @@ def format_slack(slack: Optional[Union[int, float, Decimal]]) -> str:
format_count(
metric_updates_with_aggregates.get(f"{metric}{modifier}")
)
)
)
row.append(
format_slack(
metric_updates_with_aggregates.get(f"timing__setup__ws{modifier}")
)
)
)
for metric in [
"timing__setup_vio__count",
"timing__setup_r2r_vio__count",
Expand Down

0 comments on commit fe2cfd6

Please sign in to comment.