Skip to content

Commit 9ecc5a9

Browse files
committed
etc: py3 compat for errorck.py
1 parent 24bae2e commit 9ecc5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/errorck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717

1818
if len(sys.argv) < 2:
19-
print "usage: errorck.py <src-dir>"
19+
print("usage: errorck.py <src-dir>")
2020
sys.exit(1)
2121

2222
src_dir = sys.argv[1]

0 commit comments

Comments
 (0)