From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: location@lists.ipfire.org Subject: [PATCH] export: Remove prefix when exporting countries. Date: Thu, 24 Feb 2022 18:52:13 +0100 Message-ID: <20220224175213.4521-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2356688176000053356==" List-Id: --===============2356688176000053356== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=3Dcountry_code, suffix=3Dself.writer.suffix, family= =3Dfamily, ) =20 - writers[country_code] =3D self.writer.open(filename, prefix=3D"CC_%s" % = country_code) + writers[country_code] =3D self.writer.open(filename, prefix=3D"%s" % cou= ntry_code) =20 # Create writers for ASNs for asn in asns: --=20 2.30.2 --===============2356688176000053356==--