mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-22 19:40:07 +00:00
extend allowed alphabet for key
This commit is contained in:
@@ -25,7 +25,7 @@ from dotdrop.exceptions import UndefinedException, YamlException, \
|
|||||||
|
|
||||||
|
|
||||||
TILD = '~'
|
TILD = '~'
|
||||||
YAML_OK = r'[^0-9a-zA-Z.\-_]+'
|
YAML_OK = r'[^0-9a-zA-Z.\-_+]+'
|
||||||
YAML_REPL = '_'
|
YAML_REPL = '_'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user