Skip to content

Commit

Permalink
extend parser fix to unary
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 16, 2023
1 parent 8de2c03 commit 14ecff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prody/atomic/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,7 @@ def _and2(self, sel, loc, tokens, subset=None):
elif token in UNARY:
unary.append([])
append = unary[-1].append
wasdata = False

if token == 'not':
append((token,))
Expand Down

0 comments on commit 14ecff6

Please sign in to comment.