pyontutils icon indicating copy to clipboard operation
pyontutils copied to clipboard

stale curie map issue

Open tgbugs opened this issue 4 years ago • 0 comments

If /home/testuser/.local/share/pyontutils/curie_map.yaml was installed by a user via pip, then a newer version installed by the system will be shadowed /usr/share/pyontutils/curie_map.yaml. This is a direct manifestation of a bug related to https://github.com/tgbugs/orthauth/issues/9. Individual installations depend on specific data files that must be matched to the installation, not searched in an order that might find the location for another installation first by accident.

tgbugs avatar Aug 03 '20 20:08 tgbugs