mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-16 13:28:11 -07:00
Cleanup
This commit is contained in:
@@ -294,6 +294,7 @@ class ReticulumGitNode():
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def load_repository_group(self, group_name, group_path):
|
def load_repository_group(self, group_name, group_path):
|
||||||
|
# TODO: Implement group.allowed file
|
||||||
if not group_name in self.groups: self.groups[group_name] = { "path": group_path, "repositories": {}, "read": [], "write": [] }
|
if not group_name in self.groups: self.groups[group_name] = { "path": group_path, "repositories": {}, "read": [], "write": [] }
|
||||||
if group_name in self.groups and self.groups[group_name]["path"] != group_path:
|
if group_name in self.groups and self.groups[group_name]["path"] != group_path:
|
||||||
RNS.log(f"Repository group path did not match existing entry while loading {group_name}, aborting load", RNS.LOG_ERROR)
|
RNS.log(f"Repository group path did not match existing entry while loading {group_name}, aborting load", RNS.LOG_ERROR)
|
||||||
|
|||||||
Reference in New Issue
Block a user