Commit 31e2afbc authored by Jeroen Demeyer's avatar Jeroen Demeyer Committed by Stefan Behnel

Improve "missing cimport" message

parent c552e348
......@@ -535,7 +535,7 @@ class DependencyTree(object):
if pxd_file is not None:
pxd_list.append(pxd_file)
elif not self.quiet:
print("missing cimport in module '%s': %s" % (module, filename))
print("%s: cannot find cimported module '%s'" % (filename, module))
return tuple(pxd_list)
@cached_method
......
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