diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-02 15:08:23 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-06 18:18:07 +0200 |
| commit | c182a08f3e1578f83d9c024a9c5b404d04afec4b (patch) | |
| tree | a52a3a65378b52b865aa00c4dc53243a245a2f32 /jasper.py | |
| parent | 20ab84c617256a969a8b81ca72470d3ff871e554 (diff) | |
| download | jasper-client-c182a08f3e1578f83d9c024a9c5b404d04afec4b.tar.gz jasper-client-c182a08f3e1578f83d9c024a9c5b404d04afec4b.zip | |
Transform DiagnosticRunner.run() into a single function
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: |
