Skip to content

Commit

Permalink
WIP fix namespace flattening
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Jul 31, 2024
1 parent e4cef7f commit 1f0b320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flattentool/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1f0b320

Please sign in to comment.