typo in compileapp, issue 1149, thanks Corne
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.2.1 (2012-11-08 09:59:04) stable
|
||||
Version 2.2.1 (2012-11-08 10:02:43) stable
|
||||
|
||||
+1
-1
@@ -453,7 +453,7 @@ def compile_views(folder):
|
||||
"""
|
||||
|
||||
path = pjoin(folder, 'views')
|
||||
for file in listdir(path, '^[\w/\-]+(\.\w+)+$'):
|
||||
for file in listdir(path, '^[\w/\-]+(\.\w+)*$'):
|
||||
try:
|
||||
data = parse_template(file, path)
|
||||
except Exception, e:
|
||||
|
||||
Reference in New Issue
Block a user