From 96c383e7c5da3e4bac3955d872e3ad1b700c6131 Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Thu, 21 Mar 2019 09:01:19 +0100 Subject: [plugins] remove reference to xmlreport Resolves: #1604 Signed-off-by: Pavel Moravec --- sos/plugins/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sos/plugins/__init__.py b/sos/plugins/__init__.py index 36efcb0e..85ca3373 100644 --- a/sos/plugins/__init__.py +++ b/sos/plugins/__init__.py @@ -829,12 +829,8 @@ class Plugin(object): self.archive.add_link(outfn, root_symlink) # save info for later - # save in our list self.executed_commands.append({'exe': exe, 'file': outfn_strip, 'binary': 'yes' if binary else 'no'}) - self.commons['xmlreport'].add_command(cmdline=exe, - exitcode=result['status'], - f_stdout=outfn_strip) return os.path.join(self.archive.get_archive_path(), outfn) -- cgit