Don't set self.waiting twice

This commit is contained in:
Bob Lantz
2014-07-01 17:55:14 -07:00
parent 82e0e9f38f
commit 355696f3dd
-1
View File
@@ -147,7 +147,6 @@ class Node( object ):
self.lastCmd = None
self.lastPid = None
self.readbuf = ''
self.waiting = False
# Wait for prompt
while True:
data = self.read( 1024 )