Skip to content

Commit b24fbc3

Browse files
committed
Oopsie
1 parent 238edb4 commit b24fbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _raise_if_any_missing_dictionary_key(d: Dict, expected_type: str, *keys: str
144144
missing_keys.append(key)
145145
if len(missing_keys) == 0:
146146
return
147-
raise ValidationError(f"Missing required key(s): {', '.join(missing_keys)} for expected_type")
147+
raise ValidationError(f"Missing required key(s): {', '.join(missing_keys)} for {expected_type}")
148148

149149

150150
def strtobool(val: str) -> bool:

0 commit comments

Comments
 (0)