1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-14 02:50:12 +01:00

Get rid of unnecessary indentation

This commit is contained in:
Daniel Martí 2013-10-31 15:42:58 +01:00
parent 2c804ef88a
commit ccac349a4c

View File

@ -321,12 +321,10 @@ def main():
for app in apps:
process = True
if options.autoonly and app['Auto Update Mode'] == 'None':
process = False
if process:
print "Nothing to do for %s..." % app['id']
return
print "Processing " + app['id'] + '...'