Issue #9139
Updated by mdepaulo@redhat.com over 3 years ago
This appears to be because our check_snippet.py script sometimes produces the following output:
"stdout_lines": ["/home/vagrant/devel/pulp_python/pulp_python/app/webserver_snippets/nginx.conf", "\u001b[0m"]
The 2nd line appears to be a color code:
https://gist.github.com/mgumiero9/665ab5f0e5e7e46cb049c1544a00e29f
It does not happen all the time, I think it is system-configuration dependent (environment variables for colored output?)