Lintian bug fix

This commit is contained in:
Peter Eckersley 2016-04-06 16:57:52 -07:00
parent 497d7f3207
commit b8ea2c19a3

View file

@ -272,7 +272,7 @@ class HelpfulArgumentParser(object):
# Do any post-parsing homework here
if self.verb == "renew":
self.noninteractive_mode = True
parsed_args.noninteractive_mode = True
# we get domains from -d, but also from the webroot map...
if parsed_args.webroot_map: