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 2014/01/03 15:59:24 UTC

[12/44] git commit: One more lint fix

One more lint fix


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fc59dd82
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fc59dd82
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fc59dd82

Branch: refs/heads/trunk
Commit: fc59dd82ed110bc7830067c284cb380b15f95c48
Parents: 53de72e
Author: Rick Wright <ri...@google.com>
Authored: Mon Dec 16 14:13:47 2013 -0800
Committer: Rick Wright <ri...@google.com>
Committed: Mon Dec 16 14:13:47 2013 -0800

----------------------------------------------------------------------
 libcloud/compute/drivers/gce.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/fc59dd82/libcloud/compute/drivers/gce.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py
index fd6c2e7..ca157f6 100644
--- a/libcloud/compute/drivers/gce.py
+++ b/libcloud/compute/drivers/gce.py
@@ -1498,7 +1498,7 @@ class GCENodeDriver(NodeDriver):
                     code = e.code
                     disk_res = None
                     status['disk'] = GCEFailedDisk(status['name'],
-                                                    error, code)
+                                                   error, code)
                 status['disk_response'] = disk_res
 
             status_list.append(status)