fixed BUG-45, and new accidental bug where I button-mashed a "now" variable to "ynw" somehow
This commit is contained in:
12
BUGs
12
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 <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
|
||||
|
||||
Reference in New Issue
Block a user