bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Use get_root_path() consistently within IrodsAPI #1890

Closed mikkonie closed 5 months ago

mikkonie commented 5 months ago

We have a useful helper method get_root_path(), but for some reason it is not used consistently within the API class itself. This results in repetition as well as a downright bug in #1889. This should be used where ever we need the root path currently set for SODAR.

mikkonie commented 5 months ago

Done.