##// END OF EJS Templates
sshpeer: check pipe validity before forwarding output from it...
Matt Harbison -
r36851:46f4d71e default
parent child Browse files
Show More
@@ -32,6 +32,7 b' def _forwardoutput(ui, pipe):'
32 32 """display all data currently available on pipe as remote output.
33 33
34 34 This is non blocking."""
35 if pipe:
35 36 s = util.readpipe(pipe)
36 37 if s:
37 38 for l in s.splitlines():
General Comments 0
You need to be logged in to leave comments. Login now