This commit is contained in:
Jonathan Lundy 2020-06-23 09:27:00 -06:00
parent 617f959e49
commit cf3bb1c9e2
No known key found for this signature in database
GPG key ID: C63E6D61F3035024

View file

@ -64,4 +64,4 @@ def run(args: List[str], env: Dict[str, str]) -> int:
status = s.check_file(dom, lookups=lookups)
status.print()
print(status)
return 0 if status is True else 1
return 0 if status else 1