Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun committed Feb 14, 2025
1 parent c69aae1 commit 6d85009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scim/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _filter_expr(cls, parsed: ParseResults) -> Q:
def _attr_expr(cls, parsed: ParseResults) -> Q:
dj_op = cls.dj_op_mapping[parsed.comparison_operator.lower()]

scim_keys = (parsed.attr_name, parsed.sub_path or None)
scim_keys = (parsed.attr_name, parsed.sub_attr)

path_parts = list(
filter(
Expand Down

0 comments on commit 6d85009

Please sign in to comment.