Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Update bids/layout/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
adelavega and effigies authored Dec 14, 2022
1 parent 2a5bb51 commit 67ea3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids/layout/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_entities(self, metadata=False, values='tags'):
except AttributeError:
raise NotImplementedError

if values == 'object':
if values != 'tags':
raise NotImplementedError

return entities
Expand Down

0 comments on commit 67ea3d1

Please sign in to comment.