提交 1617a923 authored 作者: nouiz's avatar nouiz

Merge pull request #1256 from dwf/fix_unreferenced_variable

BUG: unreferenced variable.
......@@ -944,7 +944,7 @@ class ModuleCache(object):
if not os.path.exists(location):
# Temporary fix, we should make sure it don't
# get deleted by the clear*() fct.
os.makedirs(path)
os.makedirs(location)
if module_hash in self.module_hash_to_key_data:
_logger.debug("Duplicated module! Will re-use the "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论