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 3
3
# #########################
4
4
[metadata]
5
5
name = sssom
6
- version = 0.3.6 -dev
6
+ version = 0.3.8 -dev
7
7
description = Operations on SSSOM mapping tables
8
8
long_description = file: README.md
9
9
long_description_content_type = text/markdown
Original file line number Diff line number Diff line change @@ -61,9 +61,7 @@ def parse_file(
61
61
metadata = set_default_mapping_set_id (metadata )
62
62
metadata = set_default_license (metadata )
63
63
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 )
67
65
if clean_prefixes :
68
66
# We do this because we got a lot of prefixes from the default SSSOM prefixes!
69
67
doc .clean_prefix_map ()
You can’t perform that action at this time.
0 commit comments