oh yea I think it's this

This commit is contained in:
Jean-Paul Calderone 2021-02-12 14:39:28 -05:00
parent 6458183df2
commit 47b60c0faa

View File

@ -91,7 +91,7 @@ class _ProcessProtocolAdapter(ProcessProtocol, object):
try:
proto = self._fds[childFD]
except KeyError:
msg("Received unhandled output on %(fd)s: %(output)s",
msg(format="Received unhandled output on %(fd)s: %(output)s",
fd=childFD,
output=data,
)