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
Looking deeper into the code, it looks like the 'read-only-databases' key is never stored when a project is created:
# From activity_browser/app/settings.py lines 78 through 84ifos.path.isfile(self.settings_file):
self.load_settings()
else:
# make empty dict for settingsself.settings= {}
# save to ensure it's always accessible after first project selectself.write_settings()
My suggestion in #234 to remove the databases can't be done from inside the activity-browser as trying to delete a database throws the error:
According to @bsteubing this is similar to issue #194 and its linked pull-request #199
The text was updated successfully, but these errors were encountered: