-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build_code_export does not escape curly brackets that are used as part of syntax code #669
Comments
aschonfeld
added a commit
that referenced
this issue
May 24, 2022
@shnitzel6 thanks for bringing this to my attention. I just committed a fix and will let you know when a new version is available |
aschonfeld
added a commit
that referenced
this issue
May 24, 2022
aschonfeld
added a commit
that referenced
this issue
May 24, 2022
Thanks @aschonfeld |
@shnitzel6 just released v2.5.1 with this fix. Also, if you haven't already, please toss your ⭐ on the repo. Thanks 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dtale version: 2.4.0
Hi,
Just started using this wonderful package a few days ago and ran into this issue.
replication:
then on the website use replacements and
search for: male replace with 0 and click +
search for: female replace with 1 and click +
click replace
now click on "correlations" and it shows:
This happens because the replace code has curly brackets and this wasn't escaped so the next format breaks.
This is the matrix_code before the format breaks:
The second line has curly brackets so python tries to format it but doesn't find the relevant key and errors out.
I would suggest either escaping prior code curly brackets, or better yet format the code before joining.
Thanks and keep up the good work!
The text was updated successfully, but these errors were encountered: