massdns data import should work with incomplete files

This commit is contained in:
Geoffrey Frogeye 2024-12-09 19:36:52 +01:00
parent 53049d4781
commit 3acffde75a
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -167,7 +167,7 @@ class MassDnsParser(Parser):
)
self.register(record)
self.prof.enter_step("parse_massdns")
except KeyError:
except IndexError:
continue