• Vincent Pelletier's avatar
    Avoid emitting unicode. · 3a3ad1ec
    Vincent Pelletier authored
    For some reason res list can contain unicode strings (requinfo maybe).
    This makes manage_debug_thread return a raw unicode object, which is
    unreadable. So, if a unicode object is found, encode it as utf-8.
    3a3ad1ec
dumper.py 3.16 KB