Corrected indentation
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c82230f5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c82230f5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c82230f5 Branch: refs/heads/trunk Commit: c82230f51ce3fd5494ebe5dc8d73b33151af201d Parents: d51dd3d Author: anthony-shaw <[email protected]> Authored: Tue Dec 29 08:42:38 2015 +1100 Committer: anthony-shaw <[email protected]> Committed: Tue Dec 29 08:42:38 2015 +1100 ---------------------------------------------------------------------- libcloud/container/drivers/ecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c82230f5/libcloud/container/drivers/ecs.py ---------------------------------------------------------------------- diff --git a/libcloud/container/drivers/ecs.py b/libcloud/container/drivers/ecs.py index 12b544f..e3a356f 100644 --- a/libcloud/container/drivers/ecs.py +++ b/libcloud/container/drivers/ecs.py @@ -281,7 +281,7 @@ class ElasticContainerDriver(ContainerDriver): path=None, version=None, driver=self.connection.driver - ), + ), ip_addresses=None, state=self.status_map.get(data['lastStatus'], None), extra={
