Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFG is not updated with configuration options given via command line arguments #2594

Closed
schlunma opened this issue Nov 29, 2024 · 0 comments · Fixed by #2595
Closed

CFG is not updated with configuration options given via command line arguments #2594

schlunma opened this issue Nov 29, 2024 · 0 comments · Fixed by #2595
Labels
bug Something isn't working
Milestone

Comments

@schlunma
Copy link
Contributor

Describe the bug
Currently, the global configuration dictionary CFG is not updated with configuration options given via command line arguments:

session.update(kwargs)

This might lead to unexpected results if code uses CFG instead of the Session object.

@schlunma schlunma added the bug Something isn't working label Nov 29, 2024
@schlunma schlunma added this to the v2.12.0 milestone Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant