description % should not be escaped, reverting

This commit is contained in:
mdipierro
2019-05-25 01:01:32 -07:00
parent 1c5b2d7fce
commit ce25d8dc31
5 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ REGEX_EXTEND = r"""^\s*(?P<all>\{\{\s*extend\s+['"](?P<name>[^'"]+)['"]\s*\}\})"
REGEX_INCLUDE = r"""(?P<all>\{\{\s*include\s+['"](?P<name>[^'"]+)['"]\s*\}\})"""
# TODO: swap arguments, let first ('r' or whatever) be mandatory
# TODO: swap arguments, let first ('r' or whatever) be mandatory
def apath(path='', r=None):
"""Builds a path inside an application folder