Skip to content

Commit

Permalink
custom-rules: Fix string printed for unmatched_exclude_lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynmm authored and timabbott committed Oct 9, 2024
1 parent a070f3a commit 9be0a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zulint/custom_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def check_file_for_pattern(
ok = False

if unmatched_exclude_lines:
print("Please remove exclusions for file {fn}: {unmatched_exclude_lines}")
print(f"Please remove exclusions for file {fn}: {unmatched_exclude_lines}")

return ok

Expand Down

0 comments on commit 9be0a32

Please sign in to comment.