fix deletion
This commit is contained in:
parent
96a1055ec3
commit
ded4e84699
@ -36,9 +36,9 @@ class command():
|
|||||||
if len(self.env['screen']['newNegativeDelta']) > 2:
|
if len(self.env['screen']['newNegativeDelta']) > 2:
|
||||||
return
|
return
|
||||||
currNegativeDelta = self.env['screen']['newNegativeDelta']
|
currNegativeDelta = self.env['screen']['newNegativeDelta']
|
||||||
#if len(currNegativeDelta.strip()) != len(currNegativeDelta) and \
|
if len(currNegativeDelta.strip()) != len(currNegativeDelta) and \
|
||||||
# currNegativeDelta.strip() != '':
|
currNegativeDelta.strip() != '':
|
||||||
# currNegativeDelta = currNegativeDelta.strip()
|
currNegativeDelta = currNegativeDelta.strip()
|
||||||
self.env['runtime']['outputManager'].presentText(currNegativeDelta, interrupt=True, ignorePunctuation=True, announceCapital=True, flush=False)
|
self.env['runtime']['outputManager'].presentText(currNegativeDelta, interrupt=True, ignorePunctuation=True, announceCapital=True, flush=False)
|
||||||
def setCallback(self, callback):
|
def setCallback(self, callback):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user