Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Bugfix/remove fallback handler #2588

Merged
merged 2 commits into from
May 19, 2020

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    73fd98a View commit details
    Browse the repository at this point in the history
  2. Fix remove_fallback()

    remove_fallback() was mainly created for use internally during shutdown
    and required the wrapped callable to be able to remove a handler. This
    makes it general, using a mapping to find the wrapper from a handler if
    needed. The method now also returns the success/failure status
    forslund committed May 19, 2020
    Configuration menu
    Copy the full SHA
    010562f View commit details
    Browse the repository at this point in the history