Skip to content

properties method failed when no props defined #89

@agefflot

Description

@agefflot

Ask for properties on an element taht does ot have properties defined raise an AttributeError NoneType as no attribute findall

svn\common.py", line 197, in properties
for p in target_elem.findall('property')]
AttributeError: 'NoneType' object has no attribute 'findall'

Need to robustify I think

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions