Skip to content

Commit cdcf2d0

Browse files
authored
base_commit -> environment_setup_commit
1 parent a54c71d commit cdcf2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen-examples/examples/swebench_agent_run/snapshot_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, volume_name: str = "swebench-agent-snapshot-volume"):
2121

2222
def get_snapshot_uid(self, example: SWEbenchInstance) -> str:
2323
snapshot_meta = self.read_snapshot_meta()
24-
return snapshot_meta[example.repo][example.base_commit]
24+
return snapshot_meta[example.repo][example.environment_setup_commit]
2525

2626
def save_snapshot_uid(self, example: SWEbenchInstance, snapshot_uid: str) -> None:
2727
snapshot_meta = self.read_snapshot_meta()

0 commit comments

Comments
 (0)