-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseRestartWorkChain
: fix handler_overrides
ignoring `enabled=Fal…
…se` (#5598) In commit `7b8c61d0869751455993891cfe5cf6c637593344`, the input that allows overriding handlers, `handler_overrides`, was updated to include the possibility of overriding the priority. The changes broke the original behavior though where a handler that was disabled by default could not be enabled by specifying `enabled=False` in the overrides.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters