diff options
author | Rob Austein <sra@hactrn.net> | 2016-04-23 15:04:04 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-04-23 15:04:04 +0000 |
commit | 12c6e13d9e72544710ffab0bd9e1559d334059c8 (patch) | |
tree | 21ccb912f6c2581b61673e323df6a06293a8ab2e /rpki | |
parent | f03993605fc2e27fef4b493a12697716e3ee1916 (diff) |
Missing dictionary key in a few tests in UpdateChildrenTask.
svn path=/branches/tk705/; revision=6382
Diffstat (limited to 'rpki')
-rw-r--r-- | rpki/rpkid_tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/rpkid_tasks.py b/rpki/rpkid_tasks.py index 57c4be50..ee4f90d3 100644 --- a/rpki/rpkid_tasks.py +++ b/rpki/rpkid_tasks.py @@ -389,7 +389,7 @@ class UpdateROAsTask(AbstractTask): updates = [] publisher = rpki.rpkid.publication_queue(self.rpkid) ca_details = set() - + for roa in self.tenant.roas.all(): k = "{!s} {!s} {!s}".format(roa.asn, roa.ipv4, roa.ipv6) if k not in roas: |