Skip to content
Snippets Groups Projects
Commit 14d2322f authored by Christoph Groth's avatar Christoph Groth
Browse files

setup.py: fix error in code showing an error message

parent ada62a45
Branches
Tags
No related merge requests found
......@@ -355,7 +355,7 @@ def complain_cython_unavailable():
ver = '.'.join(str(e) for e in REQUIRED_CYTHON_VERSION)
print(msg.format(ver), file=sys.stderr)
else:
print("Run setup.py without {}.".format(NO_CYTHON_OPTION),
print("Run setup.py with the {} option.".format(CYTHON_OPTION),
file=sys.stderr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment