(self, button)
| 140 | subprocess.check_output(["git", "clone", "https://github.com/NyarchLinux/DesktopPuppet", self.puppet_path]) |
| 141 | |
| 142 | def update_puppet(self, button): |
| 143 | subprocess.check_output(["bash", "-c", "cd " + self.puppet_path + " && git pull"]) |
| 144 | self.settings_update() |
| 145 | |
| 146 | def start_desktop_puppet_process(self): |
| 147 | if not self.get_setting("start_window_server"): |
nothing calls this directly
no outgoing calls
no test coverage detected