mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Update mako==1.1.6
This commit is contained in:
parent
5dbc15ce4b
commit
5f43c4c890
2 changed files with 2 additions and 2 deletions
|
@ -443,7 +443,7 @@ class Lexer(object):
|
|||
|
||||
def match_control_line(self):
|
||||
match = self.match(
|
||||
r"(?<=^)[\t ]*(%(?!%)|##)[\t ]*((?:(?:\\r?\n)|[^\r\n])*)"
|
||||
r"(?<=^)[\t ]*(%(?!%)|##)[\t ]*((?:(?:\\\r?\n)|[^\r\n])*)"
|
||||
r"(?:\r?\n|\Z)",
|
||||
re.M,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue