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 b80badc commit f291d59Copy full SHA for f291d59
webapp/site_repository.py
@@ -265,7 +265,7 @@ def get_tree_from_db(self):
265
tree = get_tree_struct(db.session, webpages)
266
# If the tree is empty, load from the repository
267
if not tree or (
268
- tree.get("children") and not tree.get("parent_id")
+ not tree.get("children") and not tree.get("parent_id")
269
):
270
msg = (
271
"Reloading incomplete tree root "
0 commit comments