Skip to content

Commit 83ff7c0

Browse files
committed
[#56] We no longer need to ignore titles with a / in
1 parent 0e61226 commit 83ff7c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flattentool/schema.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ class TitleLookup(UserDict):
2121
property_name = None
2222

2323
def lookup_header(self, title_header):
24-
# Ignore titles with a / in, as they may contain types
25-
# https://github.com/OpenDataServices/flatten-tool/issues/56
26-
if '/' in title_header:
27-
return title_header
2824
return self.lookup_header_list(title_header.split(':'))
2925

3026
def lookup_header_list(self, title_header_list):

0 commit comments

Comments
 (0)