diff options
author | Rob Austein <sra@hactrn.net> | 2009-07-28 08:51:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-07-28 08:51:51 +0000 |
commit | 7de49a6de406a3e2b19ba460a91c780ee73159d8 (patch) | |
tree | f2b6d4554f2c789f89bc1ae03f121e1bd37fcdd4 | |
parent | 505c84022525c65dff86ff22425cdb274d093212 (diff) |
Doh
svn path=/myrpki/arin-to-csv.py; revision=2674
-rw-r--r-- | myrpki/arin-to-csv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki/arin-to-csv.py b/myrpki/arin-to-csv.py index 8f12040b..ab2819b4 100644 --- a/myrpki/arin-to-csv.py +++ b/myrpki/arin-to-csv.py @@ -119,7 +119,7 @@ class gctx(object): def finish(self): expires = rpki.sundial.now() + rpki.sundial.timedelta(days = 365) - self.children.writerows((org, expires, "children/%s.ta.cer" % org) + self.children.writerows((orgid, expires, "children/%s.ta.cer" % orgid) for orgid in self.orgids) def main(): |