This commit is contained in:
Mark Qvist
2026-05-18 03:00:52 +02:00
parent 1e33d3eebb
commit 19bc8ef85c
+1 -2
View File
@@ -3953,8 +3953,7 @@ class ReticulumGitNode():
doc_dir = os.path.join(work_path, scope, str(doc_id))
root_path = os.path.join(doc_dir, "root")
RNS.log(f"PATH: {root_path}")
if not os.path.isfile(root_path): return self.RES_NOT_FOUND.to_bytes(1, "big") + b"Document not found"
doc = self._work_load_document(root_path)