diff options
-rw-r--r-- | sos/sosreport.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/sosreport.py b/sos/sosreport.py index f17194a0..83ea30d8 100644 --- a/sos/sosreport.py +++ b/sos/sosreport.py @@ -1330,7 +1330,6 @@ class SoSReport(object): else: self._log_plugin_exception(plugname, "postproc") - def final_work(self): # this must come before archive creation to ensure that log # files are closed and cleaned up at exit. |