Commit 0c43acfc authored by Stefan Behnel's avatar Stefan Behnel

fix output in cythonize()

parent c92a6ad8
......@@ -549,7 +549,7 @@ def cythonize_one(pyx_file, c_file, quiet, options=None):
from Cython.Compiler.Errors import CompileError, PyrexError
if not quiet:
print("Cythonizing", pyx_file)
print("Cythonizing %s" % pyx_file)
if options is None:
options = CompilationOptions(default_options)
options.output_file = c_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