-
- Downloads
Extensions: add a new error type "FATAL_ERROR"
Some errors were reported as warnings because they didn't prevent the operation from completing (such as failing to remove some paths when uninstalling). Change message types for the extensions internal command line program: - Add "fatal error" to use when an operation fails and exits with a non-zero error code. - Use "error" when an operation fails which doesn't prevent other actions from succeeding. - Use "warn" reporting issues what don't prevent the operation from completing but may cause problems.
Showing
- scripts/addons_core/bl_pkg/bl_extension_ops.py 7 additions, 1 deletionscripts/addons_core/bl_pkg/bl_extension_ops.py
- scripts/addons_core/bl_pkg/bl_extension_utils.py 8 additions, 2 deletionsscripts/addons_core/bl_pkg/bl_extension_utils.py
- scripts/addons_core/bl_pkg/cli/blender_ext.py 102 additions, 62 deletionsscripts/addons_core/bl_pkg/cli/blender_ext.py
- scripts/addons_core/bl_pkg/tests/test_cli.py 1 addition, 1 deletionscripts/addons_core/bl_pkg/tests/test_cli.py
Loading
Please register or sign in to comment