diff options
Diffstat (limited to 'src/sosreport')
-rwxr-xr-x | src/sosreport | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sosreport b/src/sosreport index 3a4058d5..de20f620 100755 --- a/src/sosreport +++ b/src/sosreport @@ -95,9 +95,9 @@ def doExitCode(): doExit("Abnormal exit") def doExit(error=0): - global policy - policy.cleanDstroot() - sys.exit(error) + global policy + policy.cleanDstroot() + sys.exit(error) def doException(type, value, tb): if hasattr(sys, 'ps1') or not sys.stderr.isatty(): |