diff options
author | Rob Austein <sra@hactrn.net> | 2015-11-11 19:27:39 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-11-11 19:27:39 +0000 |
commit | a4b178cd538b0aca401b7bca075e2cc5281fad39 (patch) | |
tree | 5e4797391e1902b6683e3feddb94b54bfbebadd6 /rpki/irdb/zookeeper.py | |
parent | b41d4ebfb07537144bb76838abdf0d50e5c4c92c (diff) |
Further simplify CRL and manifest code.
svn path=/branches/tk705/; revision=6166
Diffstat (limited to 'rpki/irdb/zookeeper.py')
-rw-r--r-- | rpki/irdb/zookeeper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpki/irdb/zookeeper.py b/rpki/irdb/zookeeper.py index 5508d64a..cf4dbda6 100644 --- a/rpki/irdb/zookeeper.py +++ b/rpki/irdb/zookeeper.py @@ -897,6 +897,7 @@ class Zookeeper(object): raise CouldntFindRepoParent else: + # In theory this could be rewritten using an .exists() filter. turtles = [] for parent in self.resource_ca.parents.all(): try: |