From 1f0b320d81a9b141861d7f750b288db9f9c0f4c0 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 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):