Support spaces in label
Compare changes
Files
2+ 20
− 13
@@ -5,6 +5,9 @@ from pathlib import Path
@@ -12,11 +15,7 @@ def get_type_label(label: str) -> str:
@@ -40,6 +39,21 @@ def get_position_label(label: str) -> str:
@@ -68,14 +82,7 @@ def parse_bio(path: Path) -> dict: