Commit fc4436a6 by sikang

bug fix

parent c659e576
......@@ -328,6 +328,7 @@ class Function:
os.makedirs(target+"/cache")
else:
shutil.rmtree(target+"/cache")
os.makedirs(target+"/cache")
# 移除
shutil.copy("%s/logo.png" % img_path, "%s/cache/logo.png" % target)
......
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