2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-31 18:26:04 +01:00
This commit is contained in:
2025-01-24 22:49:04 +00:00
parent 9c3a40dd98
commit a5bce14226
2 changed files with 3 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ except:
def sanitize_name(name):
"""Filenames sould not caontain these characters as then the system barf when it tries to use them in URLs
"""Filenames sould not contain these characters as then the system barf when it tries to use them in URLs
"""
return name.replace("#","-").replace("?","=").replace("&","+").replace(":","^")