From a47c809e3fee1bdbdfd6d6c0880cfe926a167b37 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 2 Dec 2022 09:48:59 +0100 Subject: just-mr: fix format-string interpolation --- bin/just-mr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/just-mr.py b/bin/just-mr.py index def75a4b..ce8557e5 100755 --- a/bin/just-mr.py +++ b/bin/just-mr.py @@ -566,7 +566,7 @@ def distdir_checkout(desc, repos): for repo in distdir_repos: # If repo does not exist, fail if repo not in repos: - print("No configuration for repository %s found" % ()) + print("No configuration for repository %s found" % (repo,)) sys.exit(1) repo_desc = repos[repo].get("repository", {}) repo_desc_type = repo_desc.get("type") -- cgit v1.2.3