Skip to content

Commit e874288

Browse files
committed
update run_swebench_multimodal; improve logging message format for predictions file
1 parent d97b51d commit e874288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_swebench_multimodal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def _run_instance(
195195
with file_lock:
196196
predictions_file.write(record + "\n")
197197
predictions_file.flush()
198-
logger.info("Patch written to predictions for %s", instance_id)
198+
logger.info(f"Patch written to {predictions_file} for %s", instance_id)
199199

200200

201201
def main() -> None:

0 commit comments

Comments
 (0)