diff --git a/src/Content/ContentManager.py b/src/Content/ContentManager.py index cf241f35..b06ec12f 100644 --- a/src/Content/ContentManager.py +++ b/src/Content/ContentManager.py @@ -633,7 +633,7 @@ class ContentManager(object): valid_signers = [] if inner_path == "content.json": # Root content.json if "content.json" in self.contents and "signers" in self.contents["content.json"]: - valid_signers += self.contents["content.json"]["signers"].keys() + valid_signers += self.contents["content.json"]["signers"][:] else: rules = self.getRules(inner_path, content) if rules and "signers" in rules: