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
The uptodatefunc is a function that is called if autoreload is enabled and has to return True if the template is still up to date. For more details have a look at BaseLoader.get_source() which has the same return value.
So is always returning True here the right thing to do?
The text was updated successfully, but these errors were encountered:
This code here:
datasette-edit-templates/datasette_edit_templates/__init__.py
Lines 77 to 80 in 087f6a6
https://jinja.palletsprojects.com/en/3.1.x/api/#jinja2.FunctionLoader says:
So is always returning
True
here the right thing to do?The text was updated successfully, but these errors were encountered: