Merge pull request #1237 from Winnetou/patch-3

explain_template_loading_attempts: docstring
This commit is contained in:
Markus Unterwaditzer 2014-11-04 13:10:16 +01:00
commit 2ab91446f6

View file

@ -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