Skip to content
New issue

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

Invalid escape for bk.replace('\+', 'not') in bkcons.py #99

Open
2000jedi opened this issue Jan 15, 2025 · 1 comment
Open

Invalid escape for bk.replace('\+', 'not') in bkcons.py #99

2000jedi opened this issue Jan 15, 2025 · 1 comment

Comments

@2000jedi
Copy link

2000jedi commented Jan 15, 2025

In file bkcons.py line 686, rather than

bk = bk.replace('\+','not')

The negation symbol \+ should be properly escaped.

bk = bk.replace('\\+','not')

bk = bk.replace('\+','not')

@andrewcropper
Copy link
Collaborator

Thanks for spotting this issue. We will soon (hopefully) push a rewritten bkcons.py that should fix this issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants