Fix long line Signed-off-by: Tomaz Muraus <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b8447912 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b8447912 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b8447912 Branch: refs/heads/trunk Commit: b844791268864253f10cbc94344837366c6c1b6a Parents: ac04f36 Author: Rick Wright <[email protected]> Authored: Sat Nov 2 22:17:09 2013 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Sun Nov 3 08:21:07 2013 +0000 ---------------------------------------------------------------------- demos/gce_lb_demo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b8447912/demos/gce_lb_demo.py ---------------------------------------------------------------------- diff --git a/demos/gce_lb_demo.py b/demos/gce_lb_demo.py index 76bfeda..3c2cdac 100755 --- a/demos/gce_lb_demo.py +++ b/demos/gce_lb_demo.py @@ -296,7 +296,8 @@ def main(): firewalls = gce.ex_list_firewalls() print('Cleaning up %s resources created.' % DEMO_BASE_NAME) - clean_up(gce, DEMO_BASE_NAME, nodes, balancers + healthchecks + firewalls) + clean_up(gce, DEMO_BASE_NAME, nodes, + balancers + healthchecks + firewalls) if __name__ == '__main__': main()
