diff --git a/cli/koji_cli/commands.py b/cli/koji_cli/commands.py index 02d32199..f80aff82 100644 --- a/cli/koji_cli/commands.py +++ b/cli/koji_cli/commands.py @@ -1006,7 +1006,7 @@ def handle_call(goptions, session, args): if options.bare_strings: return arg else: - parser.error(f"Invalid value: {arg!r}") + parser.error("Invalid value: %r" % arg) # the method to call name = args[0]