aboutsummaryrefslogtreecommitdiff
path: root/scripts/translate-handles.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/translate-handles.py')
-rw-r--r--scripts/translate-handles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/translate-handles.py b/scripts/translate-handles.py
index f23c8da0..42be9eb8 100644
--- a/scripts/translate-handles.py
+++ b/scripts/translate-handles.py
@@ -43,7 +43,7 @@ for filename in sys.argv[1:]:
for cols in rpki.myrpki.csv_reader(filename):
if cols[0] in translations:
cols[0] = translations[cols[0]]
- csvout(cols)
+ csvout.writerow(cols)
del csvout
os.rename(tmpfile, filename)