Closed slint closed 5 years ago
Probably changing ObjectVersion.__repr__ to smoething like:
ObjectVersion.__repr__
return u'{}:{}:{}'.format(...)
Heads up that a similar error popped up in the past, so I reaffirm past me's opinion: there's probably more unicode-related bugs in Invenio's file stack, as unicode-focused tests are missing.
Probably changing
ObjectVersion.__repr__
to smoething like: