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:37 UTC

[25/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/d08d96b3
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d08d96b3
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/d08d96b3

Branch: refs/heads/trunk
Commit: d08d96b3d936a7bbbed9ceea28d9583a10a233cd
Parents: aa6f733
Author: Rick Wright <ri...@google.com>
Authored: Mon Dec 16 14:13:47 2013 -0800
Committer: Rick Wright <ri...@google.com>
Committed: Thu Jan 2 23:30:02 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/d08d96b3/libcloud/compute/drivers/gce.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py
index d80c37b..0f5e13b 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)