summaryrefslogtreecommitdiffstats
path: root/debuginfofs-mirror
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-02-20 17:32:45 -0500
committerWill Woods <wwoods@redhat.com>2009-02-20 17:32:45 -0500
commit48088e7545e07adbc30fb8ff851de0f0a8d759c2 (patch)
tree6907de0f630e207050ee598152c88caef962b7f7 /debuginfofs-mirror
parentfd11cb8f73920e7b598856e7a5af5abfa02b3c76 (diff)
downloaddebuginfofs-48088e7545e07adbc30fb8ff851de0f0a8d759c2.tar.gz
debuginfofs-48088e7545e07adbc30fb8ff851de0f0a8d759c2.tar.xz
debuginfofs-48088e7545e07adbc30fb8ff851de0f0a8d759c2.zip
Fix syntax error in 8ffddf2cdc
Diffstat (limited to 'debuginfofs-mirror')
-rwxr-xr-xdebuginfofs-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfofs-mirror b/debuginfofs-mirror
index 0aead68..935719e 100755
--- a/debuginfofs-mirror
+++ b/debuginfofs-mirror
@@ -298,7 +298,7 @@ if __name__ == '__main__':
callback_total=y.download_callback_total_cb)
if problems:
msg = _('Error Downloading Packages:\n')
- for key, val in problems.iteritems()
+ for key, val in problems.iteritems():
errors = yum.misc.unique(val)
for e in errors:
msg += ' %s: %s\n' % (key, e)