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
The function db_params_to_db(db_params) on line 74 of db/tools.py does not support any databases besides CouchDB. This causes a crash on line 132 of tools.py when specifying the db type as "filesystem", because db_params_to_db returns NoneType.
The function
db_params_to_db(db_params)on line 74 ofdb/tools.pydoes not support any databases besides CouchDB. This causes a crash on line 132 oftools.pywhen specifying the db type as "filesystem", becausedb_params_to_dbreturnsNoneType.