Skip to content
  • Sergio Oliveira Campos's avatar
    Fixed error msgs on FreeIPABaseModule subclasses · 563a03d9
    Sergio Oliveira Campos authored
    When a fail_json is called a SystemExit exeception is raised.
    Since the FreeIPABaseModule has an internal context manager to deal
    with exceptions this ContextManager captures the SystemExit. After
    dealing destroying the kinit session the SystemExit must be raised again
    to allow the fail_json to work properly.
    563a03d9
Loading