def run(self, edit): temp = Paths.getTempPath() url = Paths.getOpenFolderPath(temp) sublime.run_command('open_url', {'url': url})
def run(self, edit): library = Paths.getPioLibrary() url = Paths.getOpenFolderPath(library) sublime.run_command('open_url', {'url': url})