zuul/zuul/cmd
James E. Blair 0396bf5ebd Change yappi bytesio to stringio
An attempt to fix the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/zuul/cmd/__init__.py", line 60, in stack_dump_handler
    yappi.get_func_stats().print_all(out=yappi_out)
  File "/usr/local/lib/python3.5/dist-packages/yappi.py", line 710, in print_all
    out.write(LINESEP)
TypeError: a bytes-like object is required, not 'str'

I have not tested this or confirmed it fixes the exception.

Change-Id: I654a92ee937ff6ea45c0ac4c9be6e013e740f141
2017-10-01 14:39:15 -07:00
..
__init__.py Change yappi bytesio to stringio 2017-10-01 14:39:15 -07:00
client.py Fix autohold RPC protocol 2017-07-31 16:16:36 -04:00
cloner.py Support post jobs by supporting rev checkout 2016-07-12 12:51:51 +10:00
executor.py Bind to :: instead of 0.0.0.0 in log streamer 2017-09-12 13:58:53 -06:00
merger.py Remove state_dir requirement from merger 2017-08-03 17:11:14 -07:00
migrate.py Merge "Parent legacy jobs with artifacts legacy-publish-openstack-artifacts" into feature/zuulv3 2017-09-28 20:35:02 +00:00
scheduler.py Add ZK session timeout option 2017-09-28 10:35:12 -07:00
web.py Add web-based console log streaming 2017-07-10 10:32:28 -04:00