canonical / craft-application

The basis for *craft applications
https://canonical-craft-application.readthedocs-hosted.com/en/latest
GNU Lesser General Public License v3.0
5 stars 6 forks source link

fix(application): return the correct error code #277

Closed lengau closed 3 months ago

lengau commented 3 months ago

If a CraftError (or subclass) is raised when running the application, use its return code.

Credit for finding this bug goes to @syu-w