Browse Source

Job failure due to Sorting-problems was not shown in the interface

pull/1959/head
Safihre 4 years ago
parent
commit
6283b0460a
  1. 1
      sabnzbd/postproc.py

1
sabnzbd/postproc.py

@ -515,6 +515,7 @@ def process_job(nzo: NzbObject):
workdir_complete, ok = file_sorter.sorter.rename(newfiles, workdir_complete)
if not ok:
nzo.set_unpack_info("Unpack", T("Failed to move files"))
nzo.fail_msg = T("Failed to move files")
all_ok = False
# Run further post-processing

Loading…
Cancel
Save