[gen] pod field: bugfix with attr 'formats' without method 'showTemplate'; [shared] bugfix: renamed module ldap to ldap_connector.
This commit is contained in:
parent
5ac8e71a6f
commit
c2676c9cf8
7 changed files with 25 additions and 26 deletions
|
@ -417,7 +417,9 @@ class XmlUnmarshaller(XmlParser):
|
|||
# will act in m_endElement, when the object will be finalized.
|
||||
pass
|
||||
elif isinstance(currentContainer, UnmarshalledFile):
|
||||
currentContainer.content += value or ''
|
||||
val = value or ''
|
||||
currentContainer.content += val
|
||||
currentContainer.size += len(val)
|
||||
else:
|
||||
# Current container is an object
|
||||
if hasattr(currentContainer, name) and \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue