Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 0799c11

Browse files
committed
printf->print
1 parent 0662141 commit 0799c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-flags-underscore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def load_exceptions(rootdir):
197197
for exception in exception_file.read().splitlines():
198198
out = exception.split(":", 1)
199199
if len(out) != 2:
200-
printf("Invalid line in exceptions file: %s" % exception)
200+
print("Invalid line in exceptions file: %s" % exception)
201201
continue
202202
filename = out[0]
203203
line = out[1]

0 commit comments

Comments
 (0)