- improved the running of scripts when loading from GUI a script as a FlatCAM script

This commit is contained in:
Marius Stanciu
2022-01-22 00:23:22 +02:00
committed by Marius
parent 17533aebc3
commit 90165ce0ac
5 changed files with 89 additions and 83 deletions

View File

@@ -462,9 +462,6 @@ class FCShell(TermWidget):
will create crashes of the _Expandable_Edit widget
:return: output if there was any
"""
self.app.defaults.report_usage('exec_command')
return self.exec_command_test(text, False, no_echo=no_echo)
def exec_command_test(self, text, reraise=True, no_echo=False):