Signed-off-by: Stefan Schantl --- src/python/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/export.py b/src/python/export.py index a9774e8..be33847 100644 --- a/src/python/export.py +++ b/src/python/export.py @@ -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: -- 2.30.2