summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSahina Bose <sabose@redhat.com>2014-05-05 16:08:15 +0530
committerSahina Bose <sabose@redhat.com>2014-05-05 04:10:57 -0700
commit8831c86a8acbd1c9f46719ad7b8f26ec325d1376 (patch)
tree7ec9c43e165507535b9928d08c34bc92ecb70f82
parent4d66729bfae280e3765f11b34c34617e499ab25e (diff)
plugins: Fix pep8 error in nscautils
Fix pep8 error Change-Id: I9dc12c6a72b86ec8fadb9bd2447a4eb522a44afb Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: http://review.gluster.org/7668
-rw-r--r--plugins/nscautils.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nscautils.py.in b/plugins/nscautils.py.in
index 703e13f..8826ade 100644
--- a/plugins/nscautils.py.in
+++ b/plugins/nscautils.py.in
@@ -78,7 +78,7 @@ def send_to_nsca_subproc(hostName, serviceName, exitStatus, resultString):
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
close_fds=True,
- )
+ )
stdout, stderr = p.communicate(input=cmddata)
rc = p.returncode