Browse Source

Merge pull request #1237 from Winnetou/patch-3

explain_template_loading_attempts: docstring
pull/1176/merge
Markus Unterwaditzer 10 years ago
parent
commit
2ab91446f6
  1. 2
      flask/debughelpers.py

2
flask/debughelpers.py

@ -108,7 +108,7 @@ def _dump_loader_info(loader):
def explain_template_loading_attempts(app, template, attempts):
"""This should help developers understand what """
"""This should help developers understand what failed"""
info = ['Locating template "%s":' % template]
total_found = 0
blueprint = None

Loading…
Cancel
Save