mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
Only print 'Nothing to do' in verbose mode
This commit is contained in:
parent
aa98a8d64a
commit
080536467b
1 changed files with 2 additions and 1 deletions
|
@ -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'] + '...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue