Skip to content

Commit

Permalink
Update run_regression.py
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Kassem <mkkassem@users.noreply.github.com>
  • Loading branch information
mkkassem authored Nov 15, 2022
1 parent aafaffc commit e52cca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/klayout/drc/testing/run_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def call_regression(rule_deck_path, path):
print(df)

print("\n")
logging.info("## Only failed")
logging.info("## Only failed")
print(df[df["Status"] == "Fail"])

exit(1)
Expand Down

0 comments on commit e52cca2

Please sign in to comment.