Repositories / agent-snapshot.git
test_programs/rewrite_clean_tracked.py
Clone (read-only): git clone http://git.guha-anderson.com/git/agent-snapshot.git
import os
from pathlib import Path
path = Path(os.environ["AGENT_SNAPSHOT_TEST_REPO"]) / "clean.txt"
path.write_text(path.read_text())