Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using os.getlogin() doesn't work with VS Code terminals since they are non controlling terminal (child of a process). Using getpass.getuser() uses environment variables and works with both controlling and non controlling terminals.
- Loading branch information