From adae88f06320999ff1315ef61fdc9d73cb209649 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 14 Jul 2022 14:37:34 +0800 Subject: [PATCH] Update create.py --- apps/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/create.py b/apps/create.py index a2c3614b..49c85f82 100644 --- a/apps/create.py +++ b/apps/create.py @@ -22,7 +22,7 @@ mylists=ReadLists("add") # 批量处理,创建项目文件夹,issue for mylist in mylists: print("处理 "+mylist+" ...\n") - os.system("cd apps/roles && cp -R Template " + mylist) + os.system("cp -R roles/Template roles/" + mylist) os.system("echo '' > add") print("\n执行完成,并清空列表")