We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc111e commit cc32b0aCopy full SHA for cc32b0a
setup.py
@@ -21,7 +21,7 @@ def run(self):
21
try:
22
build_ext.run(self)
23
except Exception:
24
- print "Ignored failure when building extensions, pure python modules will be used instead"
+ print("Ignored failure when building extensions, pure python modules will be used instead")
25
# END ignore errors
26
27
0 commit comments