Address review comments

This commit is contained in:
Peter Eckersley
2016-05-12 17:49:44 -07:00
parent 65c4f77c1e
commit a7d0b1a7d3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ class HelpfulArgumentParser(object):
def set_test_server(self, parsed_args):
"We have --staging/--dry-run; perform sanity check and set config.server"
"""We have --staging/--dry-run; perform sanity check and set config.server"""
if parsed_args.server not in (flag_default("server"), constants.STAGING_URI):
conflicts = ["--staging"] if parsed_args.staging else []