Skip to content

Commit bd0a9a1

Browse files
author
Adam Soos
committed
WS-3224: synchronize validation with java binding
1 parent c04b05b commit bd0a9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosette/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def __init__(self):
360360

361361
def validate(self):
362362
"""Internal. Do not use."""
363-
for option in "fields", "properties", "records": # required
363+
for option in "records": # required
364364
if self[option] is None:
365365
raise RosetteException(
366366
"missingParameter",

0 commit comments

Comments
 (0)