186
193
def run_snippet(self, widget, data=None):
187
194
"""Run the currently selected snippet"""
199
self.terminal.fork_command(command=cmd, argv=argv, envv=None, directory=directory)
192
201
def get_snippets_file_list(self):
193
202
"""Read in the snippets directory and put all Python files into a list."""