Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit cc32b0a

Browse files
committed
Setup: Fix invalid syntax
1 parent 9dc111e commit cc32b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run(self):
2121
try:
2222
build_ext.run(self)
2323
except Exception:
24-
print "Ignored failure when building extensions, pure python modules will be used instead"
24+
print("Ignored failure when building extensions, pure python modules will be used instead")
2525
# END ignore errors
2626

2727

0 commit comments

Comments
 (0)