From bcc1cdf4927c7d3cd658f452464a73e59465a934 Mon Sep 17 00:00:00 2001 From: Bee Webb Date: Wed, 31 Jul 2024 13:06:23 +0000 Subject: [PATCH] WIP fix namespace flattening --- flattentool/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):