remove confusing EOF stderr message
This commit is contained in:
parent
5dc26f1524
commit
3cfc412531
@ -24,7 +24,8 @@ class RclExecM:
|
|||||||
def readparam(self):
|
def readparam(self):
|
||||||
s = sys.stdin.readline()
|
s = sys.stdin.readline()
|
||||||
if s == '':
|
if s == '':
|
||||||
self.rclog(": EOF on input", 1, 0)
|
sys.exit(0)
|
||||||
|
# self.rclog(": EOF on input", 1, 0)
|
||||||
|
|
||||||
s = s.rstrip("\n")
|
s = s.rstrip("\n")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user