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.
2 parents 9dc111e + cc32b0a commit aef9a45Copy full SHA for aef9a45
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