mirror of
https://github.com/clearml/clearml
synced 2025-04-06 05:35:32 +00:00
Merge e8cf0a8bbd
into ad67552eb7
This commit is contained in:
commit
33a8bdde26
@ -186,7 +186,7 @@ class ConfigTree(OrderedDict):
|
|||||||
|
|
||||||
special_characters = '$}[]:=+#`^?!@*&.'
|
special_characters = '$}[]:=+#`^?!@*&.'
|
||||||
tokens = re.findall(
|
tokens = re.findall(
|
||||||
r'"[^"]+"|[^{special_characters}]+'.format(special_characters=re.escape(special_characters)),
|
r'"[^"]+"|[^{special_characters}]+|^$'.format(special_characters=re.escape(special_characters)),
|
||||||
string)
|
string)
|
||||||
|
|
||||||
def contains_special_character(token):
|
def contains_special_character(token):
|
||||||
|
Loading…
Reference in New Issue
Block a user