Skip to content
Snippets Groups Projects
Commit 355696f3 authored by Bob Lantz's avatar Bob Lantz
Browse files

Don't set self.waiting twice

parent 82e0e9f3
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,6 @@ def startShell( self ):
self.lastCmd = None
self.lastPid = None
self.readbuf = ''
self.waiting = False
# Wait for prompt
while True:
data = self.read( 1024 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment