mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
Fix flake8-commas C812 missing trailing comma
This commit is contained in:
parent
0bcbabd681
commit
14b2aa6bf4
13 changed files with 39 additions and 39 deletions
|
@ -17,7 +17,7 @@ class ProcessResult(object):
|
|||
def __str__(self):
|
||||
return 'Processing {0}: {1}'.format(
|
||||
'succeeded' if bool(self) else 'failed',
|
||||
self.message
|
||||
self.message,
|
||||
)
|
||||
|
||||
def __repr__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue