Commit 181220ac authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

export: Remove prefix when exporting countries.

Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent ace8e510
......@@ -149,7 +149,7 @@ class Exporter(object):
directory, prefix=country_code, suffix=self.writer.suffix, family=family,
)
writers[country_code] = self.writer.open(filename, prefix="CC_%s" % country_code)
writers[country_code] = self.writer.open(filename, prefix="%s" % country_code)
# Create writers for ASNs
for asn in asns:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment