Skip to content

Commit

Permalink
Add json comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
guzman-raphael committed Feb 10, 2023
1 parent f81dc67 commit 477d270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datajoint/condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def combine_conditions(negate, conditions):
conditions=[
prep_value(k, v)
for k, v in condition.items()
if k.split(".", 1)[0] in common_attributes
if k.split(".", 1)[0] in common_attributes # handle json indexing
],
)

Expand Down

0 comments on commit 477d270

Please sign in to comment.