mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-05-04 08:19:50 -05:00
adds ":" to characters in format_slug to substitute with "-"
This commit is contained in:
@@ -391,7 +391,7 @@ class NetBoxObject:
|
||||
)
|
||||
|
||||
# Replace separators with dash
|
||||
for sep in [" ", ",", "."]:
|
||||
for sep in [" ", ",", ".", ":"]:
|
||||
text = text.replace(sep, "-")
|
||||
|
||||
# Strip unacceptable characters
|
||||
|
||||
Reference in New Issue
Block a user