* [PATCH] export: Remove prefix when exporting countries.
@ 2022-02-24 17:52 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2022-02-24 17:52 UTC (permalink / raw)
To: location
[-- Attachment #1: Type: text/plain, Size: 672 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-02-24 17:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 17:52 [PATCH] export: Remove prefix when exporting countries Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox