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 da032cf + c726f3b commit b53d164Copy full SHA for b53d164
setup.py
@@ -5,7 +5,7 @@
5
from setuptools import setup, Extension
6
HAVE_CYTHON = True
7
except ImportError as e:
8
- warnings.warn(e.message)
+ warnings.warn(e.args[0])
9
10
from setuptools.command.build_ext import build_ext
11
HAVE_CYTHON = False
0 commit comments