mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-09 12:22:59 +00:00
Fix typo.
This commit is contained in:
parent
4043b2fe1f
commit
02897b9968
@ -75,7 +75,7 @@ class _CollectOutputProtocol(ProcessProtocol):
|
|||||||
|
|
||||||
def errReceived(self, data):
|
def errReceived(self, data):
|
||||||
print("ERR: {!r}".format(data))
|
print("ERR: {!r}".format(data))
|
||||||
if self.capture_err:
|
if self.capture_stderr:
|
||||||
self.output.write(data)
|
self.output.write(data)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user