diff options
Diffstat (limited to 'jasper.py')
| -rwxr-xr-x | jasper.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -138,8 +138,7 @@ if __name__ == "__main__": "running properly.") if args.diagnose: - diag = diagnose.DiagnosticRunner() - failed_checks = diag.run() + failed_checks = diagnose.run() sys.exit(0 if not failed_checks else 1) try: |
