MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / update_puppet

Method update_puppet

puppet_extension.py:142–144  ·  view source on GitHub ↗
(self, button)

Source from the content-addressed store, hash-verified

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"):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected