X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Futils.py;h=51bb1d0305ecf6111d10feea95a86de3312bd6db;hp=2cc85c24d115b85ecc65b7606332238e87ed505a;hb=5ad9b364cbd45a0b25d73412b9777ac14df92b0a;hpb=9440d0f9cfca758b48297350bba52d853cc483ef diff --git a/resources/tools/presentation/utils.py b/resources/tools/presentation/utils.py index 2cc85c24d1..51bb1d0305 100644 --- a/resources/tools/presentation/utils.py +++ b/resources/tools/presentation/utils.py @@ -120,8 +120,8 @@ def execute_command(cmd): :param cmd: Command to execute. :type cmd: str - :returns: Return code of the executed command. - :rtype: int + :returns: Return code of the executed command, stdout and stderr. + :rtype: tuple(int, str, str) """ env = environ.copy()