Skip to content

Commit c36b735

Browse files
committed
custom-rules: Fix string printed for unmatched_exclude_lines.
1 parent a070f3a commit c36b735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: zulint/custom_rules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def check_file_for_pattern(
100100
ok = False
101101

102102
if unmatched_exclude_lines:
103-
print("Please remove exclusions for file {fn}: {unmatched_exclude_lines}")
103+
print(f"Please remove exclusions for file {fn}: {unmatched_exclude_lines}")
104104

105105
return ok
106106

0 commit comments

Comments
 (0)