提交 0609799a 编写于 作者: W wuzewu

Create cache directory automaticly

上级 1e4f04ed
......@@ -45,6 +45,9 @@ TMP_HOME = os.path.join(gen_hub_home(), "tmp")
if not os.path.exists(TMP_HOME):
os.makedirs(TMP_HOME)
if not os.path.exists(CACHE_HOME):
os.makedirs(CACHE_HOME)
@contextlib.contextmanager
def tmp_file():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册