~allanlesage/uci-engine/coverage-extractor

« back to all changes in this revision

Viewing changes to charms/precise/chroot-builder/hooks/hooks.py

  • Committer: Vincent Ladeuil
  • Date: 2014-10-14 09:04:09 UTC
  • mto: (817.1.39 uci-engine)
  • mto: This revision was merged to the branch mainline in revision 857.
  • Revision ID: vila+ci@canonical.com-20141014090409-3oq97ljv1apvt9bp
Fix more bare exit() calls (grepped with '\sexit(' so that should be the last ones.).

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
 
193
193
 
194
194
if __name__ == '__main__':
195
 
    exit(main())
 
195
    sys.exit(main())