Repositories / agent-snapshot.git

test_programs/rewrite_clean_tracked.py

Clone (read-only): git clone http://git.guha-anderson.com/git/agent-snapshot.git

Branch
137 bytes · 7037bbe01a32
import os from pathlib import Path path = Path(os.environ["AGENT_SNAPSHOT_TEST_REPO"]) / "clean.txt" path.write_text(path.read_text())