提交 43c8a754 authored 作者: David Warde-Farley's avatar David Warde-Farley

BUG: unreferenced variable.

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