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
FYI I've got the following console message while opening a new database I just created (I was not using ST):
Warning: DbState: Exception occurred in callback function.
Traceback (most recent call last):
File "C:\Program Files\GrampsAIO64-5.1.3\gramps\gen\utils\callback.py", line 405, in emit
fn(*args)
File "C:\Users\1\AppData\Roaming\gramps\gramps51\plugins\SuperTool\SuperTool.py", line 750, in db_changed
self.select_category()
File "C:\Users\1\AppData\Roaming\gramps\gramps51\plugins\SuperTool\SuperTool.py", line 1206, in select_category
self.category = supertool_utils.get_category_info(self.db, self.category_name)
File "C:\Users\1\AppData\Roaming\gramps\gramps51\plugins\SuperTool\supertool_utils.py", line 125, in get_category_info
info.commitfunc = db.commit_event
AttributeError: 'DummyDb' object has no attribute 'commit_event'
it appears 2 times.
The text was updated successfully, but these errors were encountered:
Hi,
FYI I've got the following console message while opening a new database I just created (I was not using ST):
Warning: DbState: Exception occurred in callback function.
Traceback (most recent call last):
File "C:\Program Files\GrampsAIO64-5.1.3\gramps\gen\utils\callback.py", line 405, in emit
fn(*args)
File "C:\Users\1\AppData\Roaming\gramps\gramps51\plugins\SuperTool\SuperTool.py", line 750, in db_changed
self.select_category()
File "C:\Users\1\AppData\Roaming\gramps\gramps51\plugins\SuperTool\SuperTool.py", line 1206, in select_category
self.category = supertool_utils.get_category_info(self.db, self.category_name)
File "C:\Users\1\AppData\Roaming\gramps\gramps51\plugins\SuperTool\supertool_utils.py", line 125, in get_category_info
info.commitfunc = db.commit_event
AttributeError: 'DummyDb' object has no attribute 'commit_event'
it appears 2 times.
The text was updated successfully, but these errors were encountered: