Commit 28347c19 authored by Jamie Lentin's avatar Jamie Lentin

Merge Zope/branches/2.13 121929

parent 38972fe8
...@@ -323,7 +323,7 @@ class TransactionsManager: ...@@ -323,7 +323,7 @@ class TransactionsManager:
while object is not None and \ while object is not None and \
not hasattr(object, 'getPhysicalPath'): not hasattr(object, 'getPhysicalPath'):
if not hasattr(object, '__name__'): if getattr(object, '__name__', None) is None:
object = None object = None
break break
to_append = (object.__name__,) + to_append to_append = (object.__name__,) + to_append
......
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