Open
Description
At ghost.py line 298 Stash is trying to access the storage's db_path
attribute. Since there's no demand that that attribute should reside in the storage, the program crashes due to an AttributeError
.
At ghost.py line 298 Stash is trying to access the storage's db_path
attribute. Since there's no demand that that attribute should reside in the storage, the program crashes due to an AttributeError
.