From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/_emirrordist/
Date: Wed, 9 Jan 2013 22:23:40 +0000 (UTC) [thread overview]
Message-ID: <1357770208.51d563b2df46ecab2b9be0a7cfd98aacfdd16b2a.zmedico@gentoo> (raw)
commit: 51d563b2df46ecab2b9be0a7cfd98aacfdd16b2a
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 9 22:23:28 2013 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Jan 9 22:23:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=51d563b2
_fetch_digester_exit: fix NoneType AttributeError
---
pym/portage/_emirrordist/FetchTask.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pym/portage/_emirrordist/FetchTask.py b/pym/portage/_emirrordist/FetchTask.py
index 65fd672..0853197 100644
--- a/pym/portage/_emirrordist/FetchTask.py
+++ b/pym/portage/_emirrordist/FetchTask.py
@@ -475,8 +475,8 @@ class FetchTask(CompositeTask):
else:
bad_digest = self._find_bad_digest(digester.digests)
if bad_digest is not None:
- msg = "%s %s has bad %s digest: expected %s, got %s" % \
- (self.distfile, self._current_mirror.name, bad_digest,
+ msg = "%s has bad %s digest: expected %s, got %s" % \
+ (self.distfile, bad_digest,
self.digests[bad_digest], digester.digests[bad_digest])
self.scheduler.output(msg + '\n', background=True,
log_path=self._log_path)
next reply other threads:[~2013-01-09 22:23 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-09 22:23 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-10 3:57 [gentoo-commits] proj/portage:master commit in: pym/portage/_emirrordist/ Zac Medico
2013-01-10 7:54 Zac Medico
2013-01-10 8:41 Zac Medico
2013-01-10 9:05 Zac Medico
2013-01-10 9:18 Zac Medico
2013-01-10 9:40 Zac Medico
2013-01-10 10:35 Zac Medico
2013-06-20 1:23 Zac Medico
2013-08-02 23:27 Zac Medico
2013-08-12 23:09 Zac Medico
2014-02-02 3:15 Arfrever Frehtes Taifersar Arahesis
2016-01-07 16:50 Zac Medico
2017-03-24 20:33 Zac Medico
2017-03-24 20:33 Zac Medico
2018-04-25 7:30 Zac Medico
2018-04-26 8:46 Zac Medico
2018-04-28 14:01 Zac Medico
2018-04-28 21:57 Zac Medico
2018-04-28 23:08 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1357770208.51d563b2df46ecab2b9be0a7cfd98aacfdd16b2a.zmedico@gentoo \
--to=zmedico@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox