~viswesn/juju-ci-tools/aws_boto3

« back to all changes in this revision

Viewing changes to wait_for_agent_update.py

  • Committer: Aaron Bentley
  • Date: 2014-10-23 19:30:24 UTC
  • mto: This revision was merged to the branch mainline in revision 707.
  • Revision ID: aaron.bentley@canonical.com-20141023193024-7qfsypzpjknopfan
Switch to flake8 and fix lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
def main():
17
17
    try:
18
 
       agent_update(sys.argv[1])
 
18
        agent_update(sys.argv[1])
19
19
    except Exception as e:
20
20
        print(e)
21
21
        sys.exit(1)