~sseman/juju-ci-tools/model-change-watcher-py3-2

« back to all changes in this revision

Viewing changes to assess_heterogeneous_control.py

  • Committer: Aaron Bentley
  • Date: 2015-07-30 14:04:06 UTC
  • mfrom: (1052 origin/trunk)
  • mto: (1052.4.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1060.
  • Revision ID: aaron.bentley@canonical.com-20150730140406-rnx1xi3nwl68ai9q
Merged trunk into copy-cache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        try:
52
52
            yield
53
53
        finally:
54
 
            dump_logs(client, host, log_dir)
 
54
            dump_logs(client.env, host, log_dir)
55
55
    except:
56
56
        client.destroy_environment()
57
57
        raise