From 9d094f9437e45abea2aad8f891e812042857c394 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 5 Sep 2021 21:59:41 +1000 Subject: [PATCH] fixed BUG-45, and new accidental bug where I button-mashed a "now" variable to "ynw" somehow --- BUGs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/BUGs b/BUGs index 02516cb..0987737 100644 --- a/BUGs +++ b/BUGs @@ -1,13 +1 @@ ### Next: 49 -BUG-45: when deleting, the .pa_bin path has c:\ ... in it, not the real path - --> due to multiple Bin paths, really only should have one... Prob. best to re-jig Setting to have Base path (diff for me and Cam), then only 1 Bin path of base, can allow multiple import / storage as it works anyway - --> deletions are causing odd crash out for 'now'? - File "pa_job_manager.py", line 1781, in - HandleJobs() - File "pa_job_manager.py", line 691, in HandleJobs - RunJob(job) - File "pa_job_manager.py", line 625, in RunJob - JobDeleteFiles(job) - File "pa_job_manager.py", line 1575, in JobDeleteFiles - next_job=Job(start_time=now, last_update=now, name="checkdups", state="New", wait_for=None, pa_job_state="New", current_file_num=0 ) - NameError: name 'now' is not defined