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

Remove: Config.user() #1694

Closed
buhtz opened this issue Apr 20, 2024 · 0 comments · Fixed by #1696
Closed

Remove: Config.user() #1694

buhtz opened this issue Apr 20, 2024 · 0 comments · Fixed by #1696
Assignees
Labels
Low relevant, but not urgent

Comments

@buhtz
Copy link
Member

buhtz commented Apr 20, 2024

Remove method common/config.py::Config.user() without replacement.

Use getpass.getuser() directly. It is Python in-build, the recommended way, portable and does use pwd module as a fallback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low relevant, but not urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant