plantuml
plantuml copied to clipboard
Prevent a TypeError Exception
Under my Python 3.6.6 env I get a:
TypeError: must be str, not bytes
without this fix.
It doesn't look correct to enforce the encoding of the process I/O. Maybe we'll need to
translate serr back to a unicode string. (or simply use %r
instead of %s
to ditch the TypeError.)