diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2015-01-19 19:52:13 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2015-01-19 19:52:13 +0000 |
commit | 263e4183822c70b37019879308e77c91272e2895 (patch) | |
tree | 07668ad1f95a25ca12aeeac25019648e5114c3d1 | |
parent | 8b49485153cc7dc03cd974dbc3a100c81ef04720 (diff) | |
download | sos-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.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. |