This commit is contained in:
luojian 2025-10-10 23:47:47 +08:00
parent 5b41d2f219
commit f3af8ff06f
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ class ProjectCopy(Task):
self.context.temp_project_path = self.context.project_original_path.replace(
"original", self.context.package_name.replace(".", "_") + TimeUtils.get_formatted_time(format_str="%H%M%S")
)
self.context.temp_project_path = self.context.project_original_path
# self.context.temp_project_path = self.context.project_original_path
pass