ASCII characters are not supported
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Amulet |
Triaged
|
Undecided
|
Unassigned |
Bug Description
While doing an amulet test, it fails if there as an ASCII character in the metadata.yaml file. Not sure if this happens in the config.yaml file too, but it fails if there is one in the metadata.yaml file with the following error:
Traceback (most recent call last):
File "tests/
d.add(
File "/usr/lib/
c = get_charm(
File "/usr/lib/
return LocalCharm(
File "/usr/lib/
self._raw = self._load(
File "/usr/lib/
data = yaml.safe_
File "/usr/lib/
return codecs.
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 311: ordinal not in range(128)
juju-test.
Changed in amulet: | |
status: | New → Triaged |
milestone: | none → 1.5.1 |