You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/12/21 11:45:44 UTC

[libcloud] 04/09: Fix formatting.

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 <to...@tomaz.me>
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))