use new base_path Setting, but have not tested use of absolute paths instead of relative paths, also need better tooltips for the paths -- AND, still have odd trailing slash due to SymLinkName, etc. being too complex

This commit is contained in:
2021-09-05 21:58:54 +10:00
parent 7c192b5d66
commit a64b651118
6 changed files with 158 additions and 55 deletions

12
BUGs
View File

@@ -1,3 +1,13 @@
### 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
--> 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