From 890bbd00a5febd7da840a565d94f13048ae68e21 Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Mon, 14 Aug 2017 16:28:44 +0900 Subject: refactoring command docstring --- elivepatch_server/resources/livepatch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elivepatch_server/resources/livepatch.py b/elivepatch_server/resources/livepatch.py index efa180e..fef5ac8 100644 --- a/elivepatch_server/resources/livepatch.py +++ b/elivepatch_server/resources/livepatch.py @@ -97,7 +97,8 @@ def command(bashCommand, kernel_source_dir=None, env=None): Popen override function :param bashCommand: List of command arguments to execute - :param kernel_source_dir: the source directory of the kernel + :param kernel_source_dir: String with the directory where the command is executed + :param env: Dictionary for setting system environment variable :return: void """ # Inherit the parent environment and update the private copy -- cgit v1.2.3-65-gdbad