aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2015-01-19 19:52:13 +0000
committerBryn M. Reeves <bmr@redhat.com>2015-01-19 19:52:13 +0000
commit263e4183822c70b37019879308e77c91272e2895 (patch)
tree07668ad1f95a25ca12aeeac25019648e5114c3d1
parent8b49485153cc7dc03cd974dbc3a100c81ef04720 (diff)
downloadsos-263e4183822c70b37019879308e77c91272e2895.tar.gz
[sosreport] fix stray whitespace fix from previous commit
Fixed in tree but not added to commit. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/sosreport.py1
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.