Merge remote-tracking branch 'origin/cof2misp' into cof2misp

pull/507/head
aaronkaplan 2021-05-26 12:17:18 +02:00
commit bbe0a1efa8
No known key found for this signature in database
GPG Key ID: 1AED8B672DD4C9B1
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ def is_dnsdbflex(data: str) -> bool:
return False # shortcut. We assume it's not if a single line does not conform
return True
except Exception as ex:
print("oops, this should not have happened. Maybe not an ndjson file? Reason: %s" % (str(ex),), file=sys.sterr)
print("oops, this should not have happened. Maybe not an ndjson file? Reason: %s" % (str(ex),), file=sys.stderr)
return False