Skip to content

Commit c4296f4

Browse files
committed
Fix prefixing aux terms
1 parent 5e0f443 commit c4296f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyobo/struct/struct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@ def cleanup_terms(
25482548

25492549
prefix_to_parent_term[allowlist_prefix] = (
25502550
Term.default(
2551-
allowlist_prefix,
2551+
prefix,
25522552
f"aux-{allowlist_prefix}",
25532553
name=f"auxiliary terms from {allowlist_prefix}",
25542554
)

0 commit comments

Comments
 (0)