Disable (broken) scripting for interactive commands.
This commit is contained in:
+2
-1
@@ -328,7 +328,8 @@ class CLI( Cmd ):
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user