summaryrefslogtreecommitdiffstats
path: root/plugins/check_volume_status.py
diff options
context:
space:
mode:
authorSahina Bose <sabose@redhat.com>2014-04-25 15:04:43 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:14:33 +0530
commit4efd3ee825d717e66dee1253e736082d405d7e2e (patch)
tree8ba908a050d46f7777c8306a483962bbfbd90cdf /plugins/check_volume_status.py
parent3f03e4f58f4325c104040307048823452e7ac602 (diff)
plugins: Fixed pep8 error in check_volume_status
Change-Id: I5464c916e1885c5f4109a5c1ae9c3abd9d040fab Signed-off-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'plugins/check_volume_status.py')
-rwxr-xr-xplugins/check_volume_status.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_volume_status.py b/plugins/check_volume_status.py
index 5f0e067..072900a 100755
--- a/plugins/check_volume_status.py
+++ b/plugins/check_volume_status.py
@@ -93,6 +93,7 @@ def getVolumeSelfHealStatus(args):
% (volume[args.volume]['unsyncedentries']))
return exitstatus, message
+
def parse_input():
parser = argparse.ArgumentParser()
parser.add_argument("-v", "--volume", action="store",