mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
fix PEP8 "E231 missing whitespace after ','"
This commit is contained in:
parent
f1812d5935
commit
998011d535
7 changed files with 25 additions and 25 deletions
2
fdroid
2
fdroid
|
@ -42,7 +42,7 @@ def print_help():
|
|||
print "usage: fdroid [-h|--help] <command> [<args>]"
|
||||
print
|
||||
print "Valid commands are:"
|
||||
for cmd,summary in commands.items():
|
||||
for cmd, summary in commands.items():
|
||||
print " " + cmd + ' '*(15-len(cmd)) + summary
|
||||
print
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue