GNOME Bugzilla – Bug 529942
Don't catch all exceptions when parsing config
Last modified: 2008-04-25 18:22:10 UTC
Changelog entry describes this best I think: * jhbuild/config.py: Only catch Exception, not all (most notably not BaseException exceptions). This stops exiting from the config file triggering a stack trace. Useful for more advanced jhbuildrc setups like we do for building GTK+ OS X. BaseExceptions include SystemExit and pressing Ctrl-C etc, that is, not really errors.
Created attachment 109921 [details] [review] Only catch Exceptions
Sure, please commit.
Thanks! Done.