Update marked_text.py
This commit is contained in:
parent
d2a55e2f65
commit
38baebec99
@ -7,7 +7,7 @@ class command():
|
||||
def run(self, environment):
|
||||
if (environment['commandBuffer']['Marks']['1'] == None) or \
|
||||
(environment['commandBuffer']['Marks']['2'] == None):
|
||||
environment['runtime']['outputManager'].presentText(environment, "set a begin and a endmark", interrupt=True)
|
||||
environment['runtime']['outputManager'].presentText(environment, "please set begin and endmark", interrupt=True)
|
||||
return environment
|
||||
|
||||
# use the last first and the last setted mark as range
|
||||
|
Loading…
Reference in New Issue
Block a user