You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/lib/ckan/venv/src/ckanext/ckanext-spatial/bin/ckan_pycsw.py", line 27, in setup_db
table_name = pycsw_config.get("repository", "table", "records")
TypeError: get() takes 3 positional arguments but 4 were given
but you also need to import configparser, also to prevent the warning about the deprecation of the old parser:
DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2.
If you need to use env vars in the config file you also need to import EnvInterpolation from the related pycsw package and init the config in this way:
The text was updated successfully, but these errors were encountered: