mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 09:15:32 +00:00
Fix typo.
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user