References with unicode attributes don't work as expected
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Storm |
New
|
Undecided
|
Unassigned |
Bug Description
Gabriel Rossetti reported in the list:
"""
I found the error if anyone ever has this too : in my reference
declarations, I used a unicode string... The error isn't very indicative
of the problem, but if you replace :
language = Reference(
with :
language = Reference(
it works.
"""
After stumbling on the following error:
"""
(...)
File "/usr/lib/
in _resolve_string
return registry.
File "/usr/lib/
in get
(name, ", ".join(paths)))
storm.exception
properties: services.
"""