mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Fix flake8 E261 at least two spaces before inline comment
This commit is contained in:
parent
8a22f20a8b
commit
5f633b931a
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ def process(section, dir_name, input_name=None, status=0, client_agent='manual',
|
|||
return ProcessResult(
|
||||
message='{0}: Sending failed download back to {0}'.format(section),
|
||||
status_code=1, # Return as failed to flag this in the downloader.
|
||||
) # Return failed flag, but log the event as successful.
|
||||
) # Return failed flag, but log the event as successful.
|
||||
|
||||
if delete_failed and os.path.isdir(dir_name) and not os.path.dirname(dir_name) == dir_name:
|
||||
logger.postprocess('Deleting failed files and folder {0}'.format(dir_name), section)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue