Skip to content

Commit

Permalink
operator -> op
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghesselink committed Nov 3, 2024
1 parent 3b19ad4 commit 758c94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/steps/givens/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def parse_attributes_and_operators(text):
assert len(operators) == 1, 'only one operator [and/or] allowed in expression'
op = list(operators)[0]
else: # if there is only a single attribute, both operators work
attributes, operator = [item], operator.and_
attributes, op = [item], operator.and_

return attributes, op

Expand Down

0 comments on commit 758c94f

Please sign in to comment.