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 text was updated successfully, but these errors were encountered:
The function
db_params_to_db(db_params)
on line 74 ofdb/tools.py
does not support any databases besides CouchDB. This causes a crash on line 132 oftools.py
when specifying the db type as "filesystem", becausedb_params_to_db
returnsNoneType
.The text was updated successfully, but these errors were encountered: