diff --git a/flattentool/schema.py b/flattentool/schema.py index 9110e8b..4f01722 100644 --- a/flattentool/schema.py +++ b/flattentool/schema.py @@ -42,7 +42,7 @@ def make_sub_sheet_name( x[:truncation_length] for x in parent_path.split(path_separator) if x != "0" ) + property_name - ) + ).replace(":", "-") class TitleLookup(UserDict):