File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/browsergym/workarena/tasks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ def validate(
416416 )["result" ]
417417
418418 if len (child_records ) == 0 :
419- error_msg = f"The { self .config [" child_table" ]} records were not found in the database. We are missing some fields."
419+ error_msg = f"The { self .config [' child_table' ]} records were not found in the database. We are missing some fields."
420420 logging .info (error_msg )
421421 return (
422422 0 ,
@@ -428,7 +428,7 @@ def validate(
428428 num_expected_child_records = self .config .get ("num_expected_child_records" , 1 )
429429
430430 if len (child_records ) != num_expected_child_records :
431- error_msg = f"Found { len (child_records )} { self .config [" child_table" ]} records, expected { num_expected_child_records } ."
431+ error_msg = f"Found { len (child_records )} { self .config [' child_table' ]} records, expected { num_expected_child_records } ."
432432 logging .info (error_msg )
433433 return (
434434 0 ,
You can’t perform that action at this time.
0 commit comments