mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
fix typo for upload dir
This commit is contained in:
parent
0296b09547
commit
89b0e1ed02
@ -763,7 +763,7 @@ class TasksManager:
|
||||
os.path.join(self.controller.project_root, "import", "upload")
|
||||
):
|
||||
if self.helper.is_file_older_than_x_days(
|
||||
os.path.join(self.controller.project_root, "import", file)
|
||||
os.path.join(self.controller.project_root, "import", "upload", file)
|
||||
):
|
||||
try:
|
||||
os.remove(os.path.join(file))
|
||||
|
Loading…
Reference in New Issue
Block a user