-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
datasette==0.63
jinja2==3.1.2
After installing the datasette-render-binary plugin I received the following error when trying to view a table with binary data:
The code that generated the error is below:
| html.append(jinja2.escape(chunk.replace("\\\\", "\\"))) |
I believe the change for escape occurred in the 3.10 release of Jinja2
Thanks
Ryan Scott
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

