mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-02 18:04:42 +00:00
Fix deprecation warning in tests
This commit is contained in:
parent
00e1f74b7d
commit
47937fce79
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import sh
|
|||
import yaml
|
||||
from binaryornot.check import is_binary
|
||||
|
||||
PATTERN = "{{(\s?cookiecutter)[.](.*?)}}"
|
||||
PATTERN = r"{{(\s?cookiecutter)[.](.*?)}}"
|
||||
RE_OBJ = re.compile(PATTERN)
|
||||
|
||||
YN_CHOICES = ["y", "n"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue