Run flake8 for general code and style cleanup

This commit is contained in:
Eric Torres
2022-01-10 19:53:46 -08:00
parent e60972fc73
commit 8dae78c735
5 changed files with 7 additions and 12 deletions

View File

@ -29,7 +29,7 @@ ETC_DIR = "/etc"
if __name__ == "__main__":
# This script doesn't support Windows
if platform == "win32":
sys.exit(error.E_INTERRUPT)
exit(error.E_INTERRUPT)
parser = argparse.ArgumentParser()
parser.add_argument(