diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2016-02-12 16:51:26 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2016-02-12 16:51:26 +0000 |
commit | 4eee90f2487f721fe8cedcacd101854702edbe42 (patch) | |
tree | c075f08da52ad7208b33e9ad8645700fb775ff07 | |
parent | bb801ab4b8528d19f6b1f3a17f02a648dd26f531 (diff) | |
download | sos-4eee90f2487f721fe8cedcacd101854702edbe42.tar.gz |
[sosreport] fix whitespace in load_plugins()
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/sosreport.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |