fix incomming
This commit is contained in:
parent
8f76457feb
commit
9f982e867b
@ -36,7 +36,8 @@ class command():
|
|||||||
self.env['runtime']['debug'].writeDebugOut('NewDelta:'+str(self.env['screen']['newDelta']),debug.debugLevel.INFO)
|
self.env['runtime']['debug'].writeDebugOut('NewDelta:'+str(self.env['screen']['newDelta']),debug.debugLevel.INFO)
|
||||||
if (xMove >= 1) and xMove == len(self.env['screen']['newDelta']):
|
if (xMove >= 1) and xMove == len(self.env['screen']['newDelta']):
|
||||||
# if len(self.env['screen']['newDelta'].strip(' \n\t0123456789')) <= 2:
|
# if len(self.env['screen']['newDelta'].strip(' \n\t0123456789')) <= 2:
|
||||||
return
|
if not '\n' in self.env['screen']['newDelta']:
|
||||||
|
return
|
||||||
#if yMove == 1:
|
#if yMove == 1:
|
||||||
# if len(self.env['screen']['newDelta'].strip(' \n\t0123456789')) <= 2:
|
# if len(self.env['screen']['newDelta'].strip(' \n\t0123456789')) <= 2:
|
||||||
# return
|
# return
|
||||||
|
Loading…
Reference in New Issue
Block a user