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