[yum-git] reposync.py

Seth Vidal skvidal at linux.duke.edu
Thu Aug 28 04:26:09 UTC 2008


 reposync.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b7a864e118df20c151c6d1d63398171e49f1fdb
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Thu Aug 28 00:25:47 2008 -0400

    add a parens to unbreak reposync

diff --git a/reposync.py b/reposync.py
index 339a6ca..82cf4f0 100755
--- a/reposync.py
+++ b/reposync.py
@@ -267,7 +267,7 @@ def main():
             try:
                 path = repo.getPackage(pkg)
             except yum.Errors.RepoError, e:
-                my.logger.error("Could not retrieve package %s. Error was %s" % (pkg, str(e))
+                my.logger.error("Could not retrieve package %s. Error was %s" % (pkg, str(e)))
                 continue
                 
             if opts.gpgcheck:



More information about the Yum-cvs-commits mailing list