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 Aug 7, 2024
1 parent b318322 commit bcc1cdf
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 @@ -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):
Expand Down

0 comments on commit bcc1cdf

Please sign in to comment.