Skip to content

Commit

Permalink
Update docs/hooks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Branford <4967+branfosj@users.noreply.github.com>
  • Loading branch information
XavierCS-dev and branfosj authored Aug 9, 2023
1 parent a1e455b commit 5ea9c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Currently, five types of hooks are supported:
* "*step*" hooks that are triggered before and after every step of each installation procedure that is performed,
also aptly named '`pre`'- and '`post`'- hooks.
* "*failure*" hooks, `fail_hook`, `cancel_hook`, `crash_hook`, are triggered when an `EasyBuildError`, `KeyboardInterrupt` or `Exception` is
encountered, respectively. `crash_hook` functions as a "catch all" for Python exceptions, and won't be called if either `fail_hook` or `cancel_hook`
is run.
encountered, respectively. `crash_hook` functions as a "catch all" for Python exceptions, and won't be called if either `fail_hook`
or `cancel_hook` is run.

The list of currently available hooks in order of execution,
which can also be consulted using `eb --avail-hooks`, is:
Expand Down

0 comments on commit 5ea9c03

Please sign in to comment.