summaryrefslogtreecommitdiff
path: root/mako/lookup.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/lookup.py')
-rw-r--r--mako/lookup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/lookup.py b/mako/lookup.py
index b397d21..e3d92da 100644
--- a/mako/lookup.py
+++ b/mako/lookup.py
@@ -204,7 +204,7 @@ class TemplateLookup(TemplateCollection):
Note the "relativeto" argument is not supported here at the moment.
"""
-
+
try:
if self.filesystem_checks:
return self._check(uri, self._collection[uri])