Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

config: Fix persist_config flag and function calls #169

Merged
merged 1 commit into from
Feb 21, 2020

Commits on Jan 14, 2020

  1. config: Fix persist_config flag and function calls

    The persist_config flag was setting the kwargs['config_persister'] to
    the result of the function kcfg.save_changes and not the function
    kcfg.save_changes itself.
    
    Once this is fixed, the second problem was that the function was called
    with an argument when it's defined without argument so an exception was
    raised.
    jfrabaute committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    64662bb View commit details
    Browse the repository at this point in the history