[Reproducible-builds] [dh-python] 165/183: add missing %s
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.
commit 3a061e8ee1d7082e1856a3f0fa32267565939f1e
Author: Piotr Ożarowski <piotr at debian.org>
Date: Tue Jan 28 18:16:28 2014 +0100
add missing %s
---
dhpython/tools.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dhpython/tools.py b/dhpython/tools.py
index 1aa922e..c8861b7 100644
--- a/dhpython/tools.py
+++ b/dhpython/tools.py
@@ -291,7 +291,7 @@ def pyremove(interpreter, package, vrange):
continue
details = REMOVE_RE.match(line)
if not details:
- raise ValueError("unrecognized line: %s" % (package, line))
+ raise ValueError("unrecognized line: %s: %s" % (package, line))
details = details.groupdict()
myvers = versions & get_requested_versions(impl, details['vrange'])
if not myvers:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git
More information about the Reproducible-builds
mailing list