diff options
author | Rob Austein <sra@hactrn.net> | 2010-10-04 20:59:17 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-10-04 20:59:17 +0000 |
commit | f1c112eff031759d94f283cd08a311be68e715a0 (patch) | |
tree | eb93aebb01a2fbae4a0a69e5dba2ddb3559fbc0e /scripts/ripe-asns-to-csv.py | |
parent | f347d7a1347c542d9a4e9ea9b3f100674f0d094a (diff) |
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
Diffstat (limited to 'scripts/ripe-asns-to-csv.py')
-rw-r--r-- | scripts/ripe-asns-to-csv.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |