acdh-oeaw / acdh-cidoc-pyutils

Helper functions for the generation of CIDOC CRMish RDF
MIT License
0 stars 1 forks source link

rename param name `special_regex=None,`-> `special_xpath` #62

Closed csae8092 closed 1 year ago

csae8092 commented 1 year ago

https://github.com/acdh-oeaw/acdh-cidoc-pyutils/blob/1f2b0c2fa82ae3b18f493d97f9261a9fd97a179e/acdh_cidoc_pyutils/__init__.py#L214

also IMHO if we'd use this special_xpath we should a "full" xpath, meaning instead of

xpath_expression = f"{xpath_expression}{special_xpath}"

simply use

xpath_expression = f"{xpath_expression}{special_xpath}"