Searched refs:run_editor (Results 1 – 4 of 4) sorted by relevance
37 return scriptutils.run_editor([recipe_path] + list(appends), logger)
67 return scriptutils.run_editor([append_path, recipe_path], logger)
51 return scriptutils.run_editor(_find_recipe_path(args, config, basepath, workspace), logger)
247 def run_editor(fn, logger=None): function