aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2016-07-13 12:45:36 +0100
committerBryn M. Reeves <bmr@redhat.com>2016-07-13 12:45:36 +0100
commitff2820775597e6fc47bada2ce57b01f8cfd81af6 (patch)
tree83a86de911e7ab6c1451a8c63ff32598fe4af3b6
parentd8365090b21c451894b49771959653683caf0f6e (diff)
downloadsos-ff2820775597e6fc47bada2ce57b01f8cfd81af6.tar.gz
[atomichost] fix option list style
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/atomichost.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/sos/plugins/atomichost.py b/sos/plugins/atomichost.py
index 46d12e3f..ce30ac70 100644
--- a/sos/plugins/atomichost.py
+++ b/sos/plugins/atomichost.py
@@ -22,8 +22,9 @@ class AtomicHost(Plugin, RedHatPlugin):
""" Atomic Host """
plugin_name = "atomichost"
- option_list = [("info", "gather atomic info for each image",
- "fast", False)]
+ option_list = [
+ ("info", "gather atomic info for each image", "fast", False)
+ ]
def check_enabled(self):
if not os.path.exists("/host/etc/system-release-cpe"):