Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

null valued contentlength prop on zope #30

Open
sherpya opened this issue Feb 20, 2015 · 0 comments
Open

null valued contentlength prop on zope #30

sherpya opened this issue Feb 20, 2015 · 0 comments

Comments

@sherpya
Copy link

sherpya commented Feb 20, 2015

in function elem2file() prop(elem, 'getcontentlength', 0) call returns None because child is not None but child.text is None, you should use something link return default if child is None or child.text is None else child.text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant