fix issue 603

This commit is contained in:
lededev
2021-10-03 10:44:57 +08:00
parent 8ef87c285f
commit 6d1e99d8ab

View File

@@ -96,7 +96,7 @@ def create_folder(json_data, conf: config.Config): # 创建文件夹
print(f"[-]Fatal error! Can not make folder '{path}'") print(f"[-]Fatal error! Can not make folder '{path}'")
sys.exit(0) sys.exit(0)
return path return os.path.normcase(path)
# =====================资源下载部分=========================== # =====================资源下载部分===========================