def run(self, command): sublime.active_window().run_command( "show_panel", {"panel": "console", "toggle": False} ) if load_channel_settings(): channel_manager.main( g_channelSettings, command ) submodules_manager.main( command ) else: log( 1, "Error: Could not load the settings files! g_channelSettings:", str( g_channelSettings ) )
def run(self, command): sublime.active_window().run_command("show_panel", { "panel": "console", "toggle": False }) submodules_manager.main(command)