Commit 8b37999e authored by Jim Fulton's avatar Jim Fulton

Oh python exceptions

parent 9b27b823
...@@ -1211,7 +1211,7 @@ class VersionConflict(zc.buildout.UserError): ...@@ -1211,7 +1211,7 @@ class VersionConflict(zc.buildout.UserError):
self.err, self.ws = err, ws self.err, self.ws = err, ws
def __str__(self): def __str__(self):
existing_dist, req = self.err existing_dist, req = self.err.args
result = ["There is a version conflict.", result = ["There is a version conflict.",
"We already have: %s" % existing_dist, "We already have: %s" % existing_dist,
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment