[PATCH] Fix an incorrect formatting string in makeupdates.

Chris Lumens clumens at redhat.com
Wed Oct 9 14:27:44 UTC 2013


---
 scripts/makeupdates | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makeupdates b/scripts/makeupdates
index 3cbb770..ac741df 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -753,7 +753,7 @@ def get_rpm_from_Koji_thread(package, fedora_number, arch,
                 print("%s %s in version %s %s was not found in Koji" % (
                       prefix, package.name, package.version_request, package.version))
             else:
-                print("%s in any version was not found in Koji" % (prefix, package.name))
+                print("%s %s in any version was not found in Koji" % (prefix, package.name))
 
 def main():
     cwd = os.getcwd()
-- 
1.8.3.1



More information about the anaconda-patches mailing list