Skip to content

Commit 9be0a32

Browse files
laurynmmtimabbott
authored andcommitted
custom-rules: Fix string printed for unmatched_exclude_lines.
1 parent a070f3a commit 9be0a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulint/custom_rules.py

Lines changed: 1 addition & 1 deletion
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)