From: Michael Tremer Date: Thu, 7 Mar 2024 13:49:58 +0000 (+0000) Subject: importer: Fix incorrect variable name X-Git-Tag: 0.9.18~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c82e2eab350e898ef255658e0e0d7349dd19882c;p=location%2Flibloc.git importer: Fix incorrect variable name Signed-off-by: Michael Tremer --- diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer.in index 708f793..b9d8ecc 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -961,7 +961,7 @@ class CLI(object): async def _import_extended_format(self, source, countries, f, *args): # Iterate over all lines for line in iterate_over_lines(f): - self._parse_line(block, source, countries) + self._parse_line(line, source, countries) async def _import_arin_as_names(self, source, countries, f, *args): # Walk through the file