Refactor #29208
Remove custom error methods in favor of fail_and_exit
Fixed in Releases:
Found in Releases:
Description
The fail_and_exit method has been introduced as a shared method for all hooks, but not all hooks use this.
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/478 added
#2
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.1.0 added
#3
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|cb9a1fed3bfd5e35b8a2048e6e9bf0ee7cd65530.
Fixes #29208 - Use fail_and_exit where possible
This replaces various custom definition of the error method with the
central fail_and_exit.