mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 12:46:06 +00:00
printf->print
This commit is contained in:
@@ -197,7 +197,7 @@ def load_exceptions(rootdir):
|
|||||||
for exception in exception_file.read().splitlines():
|
for exception in exception_file.read().splitlines():
|
||||||
out = exception.split(":", 1)
|
out = exception.split(":", 1)
|
||||||
if len(out) != 2:
|
if len(out) != 2:
|
||||||
printf("Invalid line in exceptions file: %s" % exception)
|
print("Invalid line in exceptions file: %s" % exception)
|
||||||
continue
|
continue
|
||||||
filename = out[0]
|
filename = out[0]
|
||||||
line = out[1]
|
line = out[1]
|
||||||
|
Reference in New Issue
Block a user