pyramid icon indicating copy to clipboard operation
pyramid copied to clipboard

Fix p* scripts to produce an error when given a bad config_uri

Open kpinc opened this issue 6 months ago • 2 comments

When a bad settings URI (usually a path to a non-existant file) is supplied to one of pyramid's command line programs, and in general when there is a reason why a settings file cannot be used, produce an error message instead of a traceback.

Applications which import pyramid.paster must handle the plaster.exceptions.PlasterError exception themselves.

kpinc avatar Aug 30 '24 20:08 kpinc