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 <[email protected]> --- 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 <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
