Fix last commit

pull/2/head
Raphaël Vinot 2016-10-12 14:43:22 +02:00
parent c3e5ee9ff8
commit 1668b87df8
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Taxonomy(collections.Mapping):
for p, content in self.predicates.items():
if content:
for k, entry in content.items():
to_return.append('{}:{}="{}"'.format(self.name, p, entry.expanded.decode()))
to_return.append('{}:{}="{}"'.format(self.name, p, entry.expanded))
else:
to_return.append('{}:{}'.format(self.name, p))
return to_return