We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In file bkcons.py line 686, rather than
bk = bk.replace('\+','not')
The negation symbol \+ should be properly escaped.
\+
bk = bk.replace('\\+','not')
Popper/popper/bkcons.py
Line 686 in 860cd0d
The text was updated successfully, but these errors were encountered:
Thanks for spotting this issue. We will soon (hopefully) push a rewritten bkcons.py that should fix this issue.
Sorry, something went wrong.
No branches or pull requests
In file bkcons.py line 686, rather than
The negation symbol
\+
should be properly escaped.Popper/popper/bkcons.py
Line 686 in 860cd0d
The text was updated successfully, but these errors were encountered: