Tweak proxy resolution error message.
--HG-- extra : convert_revision : 3b186209515975be0d8bc9acc214425adcaa16f2
This commit is contained in:
parent
f9ae0dcf10
commit
edeb8f39a7
1 changed files with 2 additions and 2 deletions
|
@ -666,8 +666,8 @@ class BaseProxy(object):
|
||||||
|
|
||||||
if not done:
|
if not done:
|
||||||
raise AttributeError, \
|
raise AttributeError, \
|
||||||
"Can't resolve proxy '%s' from '%s'" % \
|
"Can't resolve proxy '%s' of type '%s' from '%s'" % \
|
||||||
(self.path(), base.path())
|
(self.path(), self._pdesc.ptype_str, base.path())
|
||||||
|
|
||||||
if isinstance(result, BaseProxy):
|
if isinstance(result, BaseProxy):
|
||||||
if result == self:
|
if result == self:
|
||||||
|
|
Loading…
Reference in a new issue