aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-03-25 21:53:06 +0000
committerRob Austein <sra@hactrn.net>2010-03-25 21:53:06 +0000
commitab9a4d861f9f1364409bd88e6dc3681b98760a80 (patch)
tree0525fde90edaaee7ff66df68fca9dc0c5c49bde4
parentd4ca731db50b6c3f620f993d3e04b399110e81a8 (diff)
Might help to look for the right status tags
svn path=/myrpki.rototill/ripe-to-csv.py; revision=3134
-rw-r--r--myrpki.rototill/ripe-to-csv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki.rototill/ripe-to-csv.py b/myrpki.rototill/ripe-to-csv.py
index f974bc46..f3935399 100644
--- a/myrpki.rototill/ripe-to-csv.py
+++ b/myrpki.rototill/ripe-to-csv.py
@@ -29,7 +29,7 @@ class Handle(dict):
want_tags = ()
- want_status = ("ALLOCATEDPA", "ALLOCATEDPI")
+ want_status = ("ASSIGNED", "ASSIGNEDPA", "ASSIGNEDPI")
debug = False