Repository: libcloud Updated Branches: refs/heads/trunk 516018d05 -> 722748f78
Gcloud: fix linter Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a8f66fde Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a8f66fde Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a8f66fde Branch: refs/heads/trunk Commit: a8f66fde57642fc474a30c96215fb55b22d0938e Parents: 8bffdaa Author: zacharya19 <[email protected]> Authored: Thu Jan 12 20:59:35 2017 +0200 Committer: Anthony Shaw <[email protected]> Committed: Sat Apr 1 11:36:28 2017 +1100 ---------------------------------------------------------------------- libcloud/compute/drivers/gce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a8f66fde/libcloud/compute/drivers/gce.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py index 9bf87bb..1c0fb81 100644 --- a/libcloud/compute/drivers/gce.py +++ b/libcloud/compute/drivers/gce.py @@ -5751,7 +5751,7 @@ class GCENodeDriver(NodeDriver): return self.ex_instancegroupmanager_list_managed_instances(manager) def ex_instancegroupmanager_delete_instances(self, manager, - node_list): + node_list): """ Remove instances from GCEInstanceGroupManager and destroy the instance
