MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / change_prompt

Function change_prompt

Scripts/Settings.py:1151–1154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1149 raise RuntimeError(f"git reset failed for origin/{branch}")
1150 subprocess.run(
1151 [shutil.which("git") or "git", "clean", "-f", "--", "*.py", "*.css", "*.sh", "*.bash"],
1152 cwd=existing_path, check=False,
1153 )
1154 print(_("Repository fully updated, including README and all other files."))
1155 return True
1156
1157

Callers 1

mainFunction · 0.70

Calls 3

printFunction · 0.85
_Function · 0.70
modify_bashrcFunction · 0.70

Tested by

no test coverage detected