fix a few issues causing errors
1 unresolved thread
1 unresolved thread
- The queue manger requires a max_jobs value to exist
- make the in-place tweak for reacquire on production permanent
Merge request reports
Activity
115 115 116 116 if results_dir.is_dir(): 117 117 # because for some reason these are not the same.... 118 if results_dir == pathlib.Path(".") or results_dir == pathlib.Path.cwd(): 118 if results_dir == pathlib.Path(".") or results_dir == pathlib.Path.cwd() or results_dir == pathlib.Path(""): mentioned in commit d36999f1
Please register or sign in to reply