You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
examples/deepzoom: Work around pathlib incompat in old Jinja2
FileSystemLoader in Jinja2 < 2.11.0 (including on Ubuntu 20.04) fails to
wrap a single Path argument in a list because it thinks it's already a
sequence. Work around this.
Signed-off-by: Benjamin Gilbert <[email protected]>
0 commit comments