File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 33# #########################
44[metadata]
55name = sssom
6- version = 0.3.6 -dev
6+ version = 0.3.8 -dev
77description = Operations on SSSOM mapping tables
88long_description = file: README.md
99long_description_content_type = text/markdown
Original file line number Diff line number Diff line change @@ -61,9 +61,7 @@ def parse_file(
6161 metadata = set_default_mapping_set_id (metadata )
6262 metadata = set_default_license (metadata )
6363 parse_func = get_parsing_function (input_format , input_path )
64- doc = parse_func (
65- input_path , prefix_map = metadata .prefix_map , meta = metadata .prefix_map
66- )
64+ doc = parse_func (input_path , prefix_map = metadata .prefix_map , meta = metadata .metadata )
6765 if clean_prefixes :
6866 # We do this because we got a lot of prefixes from the default SSSOM prefixes!
6967 doc .clean_prefix_map ()
You can’t perform that action at this time.
0 commit comments