Skip to content

Commit a40fee6

Browse files
committed
Explicitly pass sut.uid since that is resolved for dynamic suts.
1 parent f1e766e commit a40fee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modelplane/runways/responder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def respond(
5757
input_path=input_data.local_path(),
5858
output_dir=pathlib.Path(tmp),
5959
cache_dir=None if disable_cache else CACHE_DIR,
60-
suts={sut_id: sut},
60+
suts={sut.uid: sut},
6161
prompt_uid_col=prompt_uid_col,
6262
prompt_text_col=prompt_text_col,
6363
)

0 commit comments

Comments
 (0)