This patch removes various explicit str() calls, which would crash if there was any unicode in the attribute value.
Fixes: #272 Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com
+1 LGTM
Commit 9f751efa fixes this pull-request
Pull-Request has been merged by puiterwijk@redhat.com
This patch removes various explicit str() calls, which would crash
if there was any unicode in the attribute value.
Fixes: #272
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com