flake8, you suck

pull/491/head
aaronkaplan 2021-05-02 21:49:49 +00:00
commit 763e10af5d
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,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.sterr)
return False