mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-08 14:11:53 -07:00
Cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user