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

Disable (broken) scripting for interactive commands.

parent cc960215
No related branches found
No related tags found
No related merge requests found
......@@ -328,7 +328,8 @@ def waitForNode( self, node ):
while True:
try:
bothPoller.poll()
if self.inputFile:
# XXX BL: this doesn't quite do what we want.
if False and self.inputFile:
key = self.inputFile.read( 1 )
if key is not '':
node.write(key)
......
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