From 8831c86a8acbd1c9f46719ad7b8f26ec325d1376 Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Mon, 5 May 2014 16:08:15 +0530 Subject: plugins: Fix pep8 error in nscautils Fix pep8 error Change-Id: I9dc12c6a72b86ec8fadb9bd2447a4eb522a44afb Signed-off-by: Sahina Bose Reviewed-on: http://review.gluster.org/7668 --- plugins/nscautils.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/nscautils.py.in') 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 -- cgit