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 <[email protected]> Authored: Mon Dec 16 14:13:47 2013 -0800 Committer: Rick Wright <[email protected]> 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)
