From 263e4183822c70b37019879308e77c91272e2895 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Mon, 19 Jan 2015 19:52:13 +0000 Subject: [PATCH 44/93] [sosreport] fix stray whitespace fix from previous commit Fixed in tree but not added to commit. Signed-off-by: Bryn M. Reeves --- sos/sosreport.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sos/sosreport.py b/sos/sosreport.py index f17194a..83ea30d 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. -- 1.9.3