massdns data import should work with incomplete files
This commit is contained in:
parent
53049d4781
commit
3acffde75a
|
@ -167,7 +167,7 @@ class MassDnsParser(Parser):
|
||||||
)
|
)
|
||||||
self.register(record)
|
self.register(record)
|
||||||
self.prof.enter_step("parse_massdns")
|
self.prof.enter_step("parse_massdns")
|
||||||
except KeyError:
|
except IndexError:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue