From 12c6e13d9e72544710ffab0bd9e1559d334059c8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 23 Apr 2016 15:04:04 +0000 Subject: Missing dictionary key in a few tests in UpdateChildrenTask. svn path=/branches/tk705/; revision=6382 --- rpki/rpkid_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpki') 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: -- cgit v1.2.3