Skip to content

Commit 7b110e8

Browse files
author
Adam Soos
committed
WS-3224: fix record-similarity validation
1 parent 31e9afb commit 7b110e8

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 "records": # required
363+
for option in ["records"]: # required
364364
if self[option] is None:
365365
raise RosetteException(
366366
"missingParameter",

0 commit comments

Comments
 (0)