Skip to content

Commit 94ed2cd

Browse files
author
sreeder
committed
fix typo
1 parent e2f2d7a commit 94ed2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odmtools/gui/pnlScript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def OnExecute(self, e):
179179

180180
def OnExecuteSelection(self, e):
181181
# self.runCommand(self.control.GetSelectedTextRaw())
182-
for l in self.control.GetText().split('\n'):
182+
for l in self.control.GetSelectedTextRaw().split('\n'):
183183
self.runCommand(l)
184184

185185
def OnExecuteLine(self, e):

0 commit comments

Comments
 (0)