From 4eee90f2487f721fe8cedcacd101854702edbe42 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Fri, 12 Feb 2016 16:51:26 +0000 Subject: [sosreport] fix whitespace in load_plugins() Signed-off-by: Bryn M. Reeves --- sos/sosreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/sosreport.py b/sos/sosreport.py index 8c759edf..e1573099 100644 --- a/sos/sosreport.py +++ b/sos/sosreport.py @@ -996,7 +996,7 @@ class SoSReport(object): self._skip(plugin_class, _("optional")) continue - # only add the plugin's profiles once we know it is usable + # only add the plugin's profiles once we know it is usable if hasattr(plugin_class, "profiles"): self.profiles.update(plugin_class.profiles) -- cgit