From f1c112eff031759d94f283cd08a311be68e715a0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 4 Oct 2010 20:59:17 +0000 Subject: Hack rpki.myrpki.csv_writer to write to a temporary filename, then rename to the real filename on close. svn path=/rpkid.without_tls/rpki/myrpki.py; revision=3457 --- scripts/ripe-asns-to-csv.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/ripe-asns-to-csv.py') diff --git a/scripts/ripe-asns-to-csv.py b/scripts/ripe-asns-to-csv.py index f1fea0c2..122ed1fe 100644 --- a/scripts/ripe-asns-to-csv.py +++ b/scripts/ripe-asns-to-csv.py @@ -102,5 +102,6 @@ class main(object): self.statement = line self.finish_statement(True) f.close() + self.asns.close() main() -- cgit v1.2.3