diff options
| author | Will Woods <wwoods@redhat.com> | 2009-02-20 17:32:45 -0500 |
|---|---|---|
| committer | Will Woods <wwoods@redhat.com> | 2009-02-20 17:32:45 -0500 |
| commit | 48088e7545e07adbc30fb8ff851de0f0a8d759c2 (patch) | |
| tree | 6907de0f630e207050ee598152c88caef962b7f7 | |
| parent | fd11cb8f73920e7b598856e7a5af5abfa02b3c76 (diff) | |
Fix syntax error in 8ffddf2cdc
| -rwxr-xr-x | debuginfofs-mirror | 2 |
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) |
