fixed BUG-45, and new accidental bug where I button-mashed a "now" variable to "ynw" somehow

This commit is contained in:
2021-09-05 21:59:41 +10:00
parent a64b651118
commit 9d094f9437

12
BUGs
View File

@@ -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 <module>
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