mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +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,6 +327,7 @@ def main():
|
||||||
|
|
||||||
|
|
||||||
if options.autoonly and app['Auto Update Mode'] == 'None':
|
if options.autoonly and app['Auto Update Mode'] == 'None':
|
||||||
|
if options.verbose:
|
||||||
print "Nothing to do for %s..." % app['id']
|
print "Nothing to do for %s..." % app['id']
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue