be less verbose about not downloading stuff by default

This commit is contained in:
Gunter Labes 2008-02-25 05:06:35 +00:00
parent 4cc8d150c7
commit 945600fe5d

View file

@ -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)