Fix typo.

This commit is contained in:
Itamar Turner-Trauring 2021-05-11 13:21:47 -04:00
parent 4043b2fe1f
commit 02897b9968

View File

@ -75,7 +75,7 @@ class _CollectOutputProtocol(ProcessProtocol):
def errReceived(self, data):
print("ERR: {!r}".format(data))
if self.capture_err:
if self.capture_stderr:
self.output.write(data)