mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-27 03:12:02 -04:00
Only print 'Nothing to do' in verbose mode
This commit is contained in:
@@ -327,7 +327,8 @@ def main():
|
||||
|
||||
|
||||
if options.autoonly and app['Auto Update Mode'] == 'None':
|
||||
print "Nothing to do for %s..." % app['id']
|
||||
if options.verbose:
|
||||
print "Nothing to do for %s..." % app['id']
|
||||
continue
|
||||
|
||||
print "Processing " + app['id'] + '...'
|
||||
|
||||
Reference in New Issue
Block a user