You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: