control: severity -1 serious
Hello,
(this is on zelenka)
python3 test.py
Traceback (most recent call last):
File "test.py", line 16, in <module>
yaml.load(f)
File "/usr/lib/python3/dist-packages/ruamel/yaml/main.py", line 331, in load
return constructor.get_single_data()
File "/usr/lib/python3/dist-packages/ruamel/yaml/constructor.py", line 109,
in get_single_data
node = self.composer.get_single_node()
File "ext/_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node
File "ext/_ruamel_yaml.pyx", line 904, in
_ruamel_yaml.CParser._parse_next_event
ruamel.yaml.reader.ReaderError: unacceptable character #x0000: control
characters are not allowed
in "<file>", position 244
So, yes, looks like yaml has an endianess issue?
Can you please reassign to the appropriate library?
thanks!
Gianfranco