mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-22 03:35:16 +00:00
Fix typo.
This commit is contained in:
parent
4043b2fe1f
commit
02897b9968
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user