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 da032cf commit c726f3bCopy full SHA for c726f3b
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