Commit 6d1a3653 authored by Stefan Behnel's avatar Stefan Behnel

minor code cleanup

parent 142e80c3
......@@ -560,7 +560,7 @@ def cythonize_one(pyx_file, c_file, quiet, options=None):
if result.num_errors > 0:
any_failures = 1
except (EnvironmentError, PyrexError), e:
sys.stderr.write(str(e) + '\n')
sys.stderr.write('%s\n' % e)
any_failures = 1
if any_failures:
raise CompileError(None, pyx_file)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment