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

Assigning a dictionary with non-string keys to node.properties raises AttributeError #63

Closed
mhermans opened this issue May 17, 2012 · 1 comment
Assignees

Comments

@mhermans
Copy link

In 1.7.0 assigning a dictionary with non-string values to node.properties results in an AttributeError (cf. pastie). This due to a Unicode decode()-function that expects strings, and not other datatypes.

Requesting node.properties afterwards shows however that the assignment has been successful.

@ghost ghost assigned versae May 17, 2012
@versae versae closed this as completed in fd98d19 May 17, 2012
@versae
Copy link
Owner

versae commented May 17, 2012

Thanks for reporting. It is in master now. It will be available in pypi in the next release.

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

2 participants