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: for app in apps:
process = True
if options.autoonly and app['Auto Update Mode'] == 'None': if options.autoonly and app['Auto Update Mode'] == 'None':
process = False print "Nothing to do for %s..." % app['id']
return
if process:
print "Processing " + app['id'] + '...' print "Processing " + app['id'] + '...'