mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +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':
|
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
|
continue
|
||||||
|
|
||||||
print "Processing " + app['id'] + '...'
|
print "Processing " + app['id'] + '...'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue