Skip to content
Snippets Groups Projects
Commit 80492112 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

clean "#"

parent f6ed196a
No related branches found
No related tags found
1 merge request!18Release v2.1.0
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
......@@ -15,6 +15,7 @@ def clean_string(string):
.replace(" ", "_") \
.replace("-", "_") \
.replace(".", "_") \
.replace("#", "_") \
.replace("(", "") \
.replace(")", "") \
.replace("'", "")\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment