← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1379889] [NEW] exit(1) masks errors

 

Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
         Status: New

** Description changed:

- In wsgi.py, line 143, os.exit(1) prevents errors from being raised,
+ 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.

-- 
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 OpenStack Neutron (virtual network service):
  New

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


Follow ups

References