From c0a92541d627d6a685b9d7c99acfeee3589007ff Mon Sep 17 00:00:00 2001 From: Zsombor Barna Date: Thu, 23 Jun 2022 14:34:38 +0200 Subject: [PATCH] fix syntax error --- README.md => README.org | 0 admin | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename README.md => README.org (100%) diff --git a/README.md b/README.org similarity index 100% rename from README.md rename to README.org diff --git a/admin b/admin index 9f7e93a..cdee2a3 100755 --- a/admin +++ b/admin @@ -42,8 +42,7 @@ def construct_predicate_for_pushing(id_list, group_list, own_keys): if any(key in own_keys for key in keylist): return ("all" in (group_list+id_list) or (id in id_list) or - set(groups).intersection(group_list)): - + set(groups).intersection(group_list)) print(f"None of the local public keys are in the keyfile for {id}") return False return predicate