← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1379889] Re: exit(1) masks errors

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1379889

Title:
  exit(1) masks errors

Status in neutron:
  Expired

Bug description:
  In wsgi.py, line 134, os.exit(1) prevents errors from being raised,
  which makes debugging difficult. Changing "os.exit(1)" to "raise" will
  allow developers to see the proper debugging information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1379889/+subscriptions


References