[yum-commits] reposync.py
zpavlas at osuosl.org
zpavlas at osuosl.org
Wed Aug 7 12:35:52 UTC 2013
reposync.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 15c0a724c51ee4c8770db04eb9f5bbe3fa877e99
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date: Wed Aug 7 14:35:36 2013 +0200
reposync: fix a copy-paste error. BZ 994514
diff --git a/reposync.py b/reposync.py
index a749973..b1ee285 100755
--- a/reposync.py
+++ b/reposync.py
@@ -305,7 +305,7 @@ def main():
exit_code = 1
for key in probs:
for error in probs[key]:
- self.logger.error('%s: %s', key, error)
+ my.logger.error('%s: %s', key, error)
if opts.gpgcheck:
for pkg in download_list:
More information about the Yum-commits
mailing list