mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
Fix flake8 E117 over-indented
This commit is contained in:
parent
a8d1cc4fe9
commit
90090d7e02
2 changed files with 18 additions and 18 deletions
|
@ -199,8 +199,8 @@ class GitUpdateManager(UpdateManager):
|
|||
logger.log(u'{cmd} : returned successful'.format(cmd=cmd), logger.DEBUG)
|
||||
exit_status = 0
|
||||
elif core.LOG_GIT and exit_status in (1, 128):
|
||||
logger.log(u'{cmd} returned : {output}'.format
|
||||
(cmd=cmd, output=output), logger.DEBUG)
|
||||
logger.log(u'{cmd} returned : {output}'.format
|
||||
(cmd=cmd, output=output), logger.DEBUG)
|
||||
else:
|
||||
if core.LOG_GIT:
|
||||
logger.log(u'{cmd} returned : {output}, treat as error for now'.format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue