Skip to content

Commit 477d270

Browse files
Add json comment.
1 parent f81dc67 commit 477d270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/condition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def combine_conditions(negate, conditions):
204204
conditions=[
205205
prep_value(k, v)
206206
for k, v in condition.items()
207-
if k.split(".", 1)[0] in common_attributes
207+
if k.split(".", 1)[0] in common_attributes # handle json indexing
208208
],
209209
)
210210

0 commit comments

Comments
 (0)