home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 596261835

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/697#issuecomment-596261835 https://api.github.com/repos/simonw/datasette/issues/697 596261835 MDEyOklzc3VlQ29tbWVudDU5NjI2MTgzNQ== 9599 2020-03-08T22:45:03Z 2020-03-08T22:45:03Z OWNER I think the bug is in this code: https://github.com/simonw/datasette/blob/7508477a96492caa1893c52411405656c50d30f9/datasette/app.py#L612-L623 I added some debug logging to it and found that the bit that returns the `plugin["templates_path"]` list is producing this: ``` plugin_template_paths: [ '/Users/simonw/Dropbox/Development/datasette/datasette/templates', '/Users/simonw/Dropbox/Development/datasette/datasette/templates', '/Users/simonw/Dropbox/Development/datasette-search-all/datasette_search_all/templates' ] ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 577578306  
Powered by Datasette · Queries took 0.854ms