[node-patches] Change in ovirt-node[master]: process: remove duplicated return statment
dougsland at redhat.com
dougsland at redhat.com
Wed Jul 16 04:03:58 UTC 2014
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: process: remove duplicated return statment
......................................................................
process: remove duplicated return statment
check_output contains a duplicated return introduced by
commit 3af02862. This patch removes the duplicated return.
Change-Id: I02c92d63787f5340202decfa35a5f4ae6c14db63
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M src/ovirt/node/utils/process.py
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/35/30135/1
diff --git a/src/ovirt/node/utils/process.py b/src/ovirt/node/utils/process.py
index 481e0cd..e89b95e 100644
--- a/src/ovirt/node/utils/process.py
+++ b/src/ovirt/node/utils/process.py
@@ -167,8 +167,6 @@
return stdout
- return stdout
-
def pipe(cmd, stdin=None, check=False, **kwargs):
"""Run a non-interactive command and return it's output
--
To view, visit http://gerrit.ovirt.org/30135
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I02c92d63787f5340202decfa35a5f4ae6c14db63
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>
More information about the node-patches
mailing list