diff --git a/flattentool/schema.py b/flattentool/schema.py index 76ae096..2674f07 100644 --- a/flattentool/schema.py +++ b/flattentool/schema.py @@ -37,7 +37,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):