remove comment: no longer actual
This commit is contained in:
parent
cdeb649d0b
commit
b927406c1a
@ -406,8 +406,6 @@ class Arguments(object):
|
|||||||
"""
|
"""
|
||||||
parsed_arg = self.parser.parse_args(self.args)
|
parsed_arg = self.parser.parse_args(self.args)
|
||||||
|
|
||||||
# Workaround issue in argparse with action='append' and default value
|
|
||||||
# (see https://bugs.python.org/issue16399)
|
|
||||||
if not no_default_config and parsed_arg.config is None:
|
if not no_default_config and parsed_arg.config is None:
|
||||||
parsed_arg.config = [constants.DEFAULT_CONFIG]
|
parsed_arg.config = [constants.DEFAULT_CONFIG]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user