This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 33da923b4b0ecfc3e08eac5b3fd566f398bede3f Author: Tomaz Muraus <[email protected]> AuthorDate: Sat Dec 21 12:23:51 2019 +0100 Fix formatting. --- libcloud/compute/deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcloud/compute/deployment.py b/libcloud/compute/deployment.py index 306a6a2..cf9d5ff 100644 --- a/libcloud/compute/deployment.py +++ b/libcloud/compute/deployment.py @@ -222,7 +222,7 @@ class ScriptDeployment(Deployment): else: stdout = None stderr = None - return ("<ScriptDeployment script=%s, exit_status=%s, stdout=%s," + return ("<ScriptDeployment script=%s, exit_status=%s, stdout=%s, " "stderr=%s>" % (script, exit_status, stdout, stderr))
