spine-tools / Spine-Database-API

Database interface to Spine generic data model
https://www.tools-for-energy-system-modelling.org/
GNU Lesser General Public License v3.0
6 stars 5 forks source link

append_filter_config() breaks remote database URLs #153

Closed soininen closed 2 years ago

soininen commented 2 years ago

append_filter_config() prepends database paths by double forward slashes // which breaks the database name if the URL points to a remote database.

soininen commented 2 years ago

Fixed similar issue in pop_filter_configs() too.