mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Fix NoExtractFailed usage. Fixes #1618
This commit is contained in:
parent
5375d46c32
commit
5ff056844c
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ def process(input_directory, input_name=None, status=0, client_agent='manual', d
|
|||
|
||||
input_name, input_directory = convert_to_ascii(input_name, input_directory)
|
||||
|
||||
if extract == 1:
|
||||
if extract == 1 and not (status > 0 and core.NOEXTRACTFAILED):
|
||||
logger.debug('Checking for archives to extract in directory: {0}'.format(input_directory))
|
||||
extract_files(input_directory)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue