Skip to content

Commit 3fc55d1

Browse files
committed
Undo raise NoTemplate on missing template. Breaks _generic fallback.
1 parent cacfe53 commit 3fc55d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/cgi/templating.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ def _find(self, name):
298298
return # will raise invalid template
299299
if os.path.exists(src):
300300
return (src, f)
301-
raise NoTemplate("Unable to load template: %s"%name)
302301

303302
def check(self, name):
304303
return bool(self._find(name))

0 commit comments

Comments
 (0)