mirror of
https://github.com/MathiasDPX/grainParisArt.git
synced 2025-02-22 22:12:05 +00:00
maj remplacement bdd
This commit is contained in:
parent
765ea94a88
commit
cb7604d9a4
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ def encode_node_name(name):
|
|||
'#': '__hash__',
|
||||
'[': '__lbrack__',
|
||||
']': '__rbrack__',
|
||||
'/': '__slash__'
|
||||
'/': '__slash__',
|
||||
'?': '__question__'
|
||||
}
|
||||
|
||||
for char, replacement in replacements.items():
|
||||
|
|
Loading…
Add table
Reference in a new issue