Update marked_text.py

This commit is contained in:
chrys87 2016-09-20 16:19:01 +02:00 committed by GitHub
parent 86b4512faf
commit dcfb838381

View File

@ -26,8 +26,6 @@ class command():
# use the last first and the last setted mark as range
startMark = environment['commandBuffer']['Marks']['1'].copy()
endMark = environment['commandBuffer']['Marks']['2'].copy()
if environment['commandBuffer']['Marks']['3'] != None:
endMark = environment['commandBuffer']['Marks']['3'].copy()
marked = mark_utils.getTextBetweenMarks(startMark, endMark, environment['screenData']['newContentText'])