We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e6125 commit c41ca82Copy full SHA for c41ca82
gramps_webapi/dbmanager.py
@@ -53,7 +53,7 @@ def _get_path(self) -> str:
53
path = dbman.get_family_tree_path(self.name)
54
if path is None:
55
raise ValueError(
56
- "Database path for family tree '{}' not found in databse directory {}".format(
+ "Database path for family tree '{}' not found in database directory {}".format(
57
self.name, config.get("database.path")
58
)
59
0 commit comments