def run(self): subprocess.Popen(("git", "pull", "--ff-only"), creationflags=subprocess.CREATE_NEW_CONSOLE, shell=False)