remove comment: no longer actual

This commit is contained in:
hroff-1902 2019-07-01 00:58:18 +03:00
parent cdeb649d0b
commit b927406c1a

View File

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