Skip to content

Commit

Permalink
Update genRuleFile.py
Browse files Browse the repository at this point in the history
Signed-off-by: habibayassin <[email protected]>
  • Loading branch information
habibayassin committed Jul 23, 2024
1 parent 6e93d39 commit f7871c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/util/genRuleFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def gen_rule_file(design_dir, update, tighten, failing, variant, golden_metrics=

if update and old_rule['value'] != rule_value:
UPDATE = True
change_str += format.format_str.format(field, old_rule['value'],
change_str += format_str.format(field, old_rule['value'],
rule_value, 'Updating')

if not UPDATE:
Expand Down

0 comments on commit f7871c6

Please sign in to comment.