Ticket #229 (closed defect: worksforme)
Error in --reload
| Reported by: | sluggo | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.1 |
| Component: | deploy | Version: | released-version |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Running "paster serve --reload development.ini" in the wrong directory causes this error:
File "/home/mso/venv/pylons/lib/python2.5/site-packages/PasteDeploy-1.3.1-py2.5.egg/paste/deploy/loadwsgi.py", line 328, in __init__
"File %r not found" % filename)
OSError: File '/home/mso/venv/pylons/lib/python2.5/site-packages/development.ini' not found
Unhandled exception in thread started by
Error in sys.excepthook:
Original exception was:
Without "--reload" only the OSError occurs, which is the correct behavior.
Change History
Note: See
TracTickets for help on using
tickets.
