提交 dbd50c91 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix error message

上级 6f317f80
......@@ -317,7 +317,7 @@ class ModuleCache(object):
# If so, it should not have been deleted. This should be considered a
# failure of the OTHER process, that deleted it.
if entry in self.module_from_name:
error("The module %s that was loaded by this ModuleCache can no longer be read from file... this could lead to problems." % name)
error("The module %s that was loaded by this ModuleCache can no longer be read from file %s ... this could lead to problems." % (key,entry))
del self.module_from_name[entry]
info("deleting ModuleCache entry", entry)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论