mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 15:28:12 +00:00
Tweaks.
This commit is contained in:
@ -90,6 +90,7 @@ class _CollectOutputProtocol(ProcessProtocol):
|
||||
self.done.errback(reason)
|
||||
|
||||
def outReceived(self, data):
|
||||
print("OUT: {!r}".format(data))
|
||||
self.output.write(data)
|
||||
|
||||
def errReceived(self, data):
|
||||
|
Reference in New Issue
Block a user