mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 22:04:47 +00:00
be less verbose about not downloading stuff by default
This commit is contained in:
parent
4cc8d150c7
commit
945600fe5d
@ -186,8 +186,9 @@ if __name__ == "__main__":
|
||||
"as the version already is", local_version,\
|
||||
"(The add-on got re-uploaded.)"
|
||||
else:
|
||||
print "Not downloading", name,\
|
||||
"because it is already up-to-date."
|
||||
if options.verbose:
|
||||
print "Not downloading", name,\
|
||||
"because it is already up-to-date."
|
||||
elif options.remove:
|
||||
cs = CampaignClient(address)
|
||||
data = cs.delete_campaign(options.remove, options.password)
|
||||
|
Loading…
x
Reference in New Issue
Block a user