Code clarity fixes
autopep8 -ir -j2 --select=E303,E125 Diff checked manually.
This commit is contained in:
parent
dcb2b61b18
commit
c21d1f7925
37 changed files with 6 additions and 59 deletions
|
|
@ -181,7 +181,6 @@ class Boobill(ReplApplication):
|
|||
self.download_all(dest, names)
|
||||
return
|
||||
|
||||
|
||||
if dest is None:
|
||||
for backend, bill in self.do('get_bill', id, backends=names):
|
||||
dest = id + "." + bill.format
|
||||
|
|
@ -215,5 +214,4 @@ class Boobill(ReplApplication):
|
|||
print >>sys.stderr, 'Unable to write bill in "%s": %s' % (dest, e)
|
||||
return 1
|
||||
|
||||
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue