Disable (broken) scripting for interactive commands.
This commit is contained in:
+2
-1
@@ -328,7 +328,8 @@ class CLI( Cmd ):
|
|||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
bothPoller.poll()
|
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 )
|
key = self.inputFile.read( 1 )
|
||||||
if key is not '':
|
if key is not '':
|
||||||
node.write(key)
|
node.write(key)
|
||||||
|
|||||||
Reference in New Issue
Block a user