fix: util/fix-coverage sys.stderr typo

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-09-09 16:20:39 -07:00
parent ad3016ef4f
commit db2718fcba
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -16,7 +16,7 @@ import aurweb.config
def eprint(*args, **kwargs):
print(*args, **kwargs, file=sys.stderru)
print(*args, **kwargs, file=sys.stderr)
def main():