~mthaddon/mojo/lp-1656985

« back to all changes in this revision

Viewing changes to mojo/juju/checks.py

  • Committer: Tom Haddon
  • Date: 2017-12-14 10:13:12 UTC
  • Revision ID: tom.haddon@canonical.com-20171214101312-3c06fsgnwuvc8y7s
Make sure we actually set up the LXC as part of project creation (lp#1656985), and some lint fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    def setup_argparse(ap):
81
81
        ap.add_argument('--check_version', help='A controller version to check against by the default the' +
82
82
                                                ' controller version is determined automatically.')
83
 
        ap.add_argument('--check_version_file', help='A file containing the controller version to check against by the default the' +
84
 
                                                     ' controller version is determined automatically.')
 
83
        ap.add_argument('--check_version_file', help='A file containing the controller version to check against by ' +
 
84
                                                     'the default the controller version is determined automatically.')