Fix backslash escape
This commit is contained in:
parent
22fb3c3042
commit
04dddc2475
@ -209,7 +209,7 @@ def _init_py_warnings():
|
|||||||
category=DeprecationWarning,
|
category=DeprecationWarning,
|
||||||
message='Flags not at the start of the expression')
|
message='Flags not at the start of the expression')
|
||||||
# https://github.com/pallets/jinja/issues/646
|
# https://github.com/pallets/jinja/issues/646
|
||||||
warnings.filterwarnings('ignore', module='jinja2\..*',
|
warnings.filterwarnings('ignore', module=r'jinja2\..*',
|
||||||
category=DeprecationWarning,
|
category=DeprecationWarning,
|
||||||
message='invalid escape sequence')
|
message='invalid escape sequence')
|
||||||
# https://bitbucket.org/fdik/pypeg/commits/dd15ca462b532019c0a3be1d39b8ee2f3fa32f4e
|
# https://bitbucket.org/fdik/pypeg/commits/dd15ca462b532019c0a3be1d39b8ee2f3fa32f4e
|
||||||
|
Loading…
Reference in New Issue
Block a user