It seems like the module logon.py always uses the static location DAP_CONFIG as opposed to the mutable field LogonManager.dap_config, with the result that the location of the file cannot be changed.
Also, it would be nice if the value dap_config=None would result in the file NOT being written at all, in case the package is used as a library to satisfy requests from multiple users.
It seems like the module logon.py always uses the static location DAP_CONFIG as opposed to the mutable field LogonManager.dap_config, with the result that the location of the file cannot be changed.
Also, it would be nice if the value dap_config=None would result in the file NOT being written at all, in case the package is used as a library to satisfy requests from multiple users.