~sbaldassin/autopilot/fix_mir

« back to all changes in this revision

Viewing changes to autopilot/run.py

  • Committer: Tarmac
  • Author(s): Omer Akram
  • Date: 2016-11-23 15:22:37 UTC
  • mfrom: (584.1.1 ap)
  • Revision ID: tarmac-20161123152237-4ef9hkrwd971xyab
Fix build.

Approved by Richard Huddie, platform-qa-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
749
749
        print(e)
750
750
        exit(1)
751
751
 
 
752
 
752
753
if __name__ == "__main__":
753
754
    main()