We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 315b8e8 + dc3066a commit 8db04eaCopy full SHA for 8db04ea
glue/core/parse.py
@@ -11,7 +11,7 @@
11
# character that is not curly brackets (i.e. [^\{\}]) and has to start and
12
# end with a character that is not a curly bracket or a space. The component
13
# name can be surrounded by spaces, e.g. '{ a }'
14
-TAG_RE = re.compile('\{\s*(?P<tag>[^\s\{\}]+([^\{\}]*[^\s\{\}]+)?)\s*\}')
+TAG_RE = re.compile(r'\{\s*(?P<tag>[^\s\{\}]+([^\{\}]*[^\s\{\}]+)?)\s*\}')
15
16
__all__ = ['ParsedCommand', 'ParsedSubsetState']
17
0 commit comments