We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe11da commit 69bad03Copy full SHA for 69bad03
src/tox/config/__init__.py
@@ -125,7 +125,7 @@ def add_testenv_attribute_obj(self, obj):
125
def parse_cli(self, args, strict=False):
126
args, argv = self.argparser.parse_known_args(args)
127
if argv and (strict or WITHIN_PROVISION):
128
- self.argparser.error("unrecognized arguments: %s".format(" ".join(argv)))
+ self.argparser.error("unrecognized arguments: {}".format(" ".join(argv)))
129
return args
130
131
def _format_help(self):
0 commit comments