Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use getpass.getuser() instead of os.getlogin()
Using `os.getlogin()` on my system fails with `OSError: [Errno 6] No such device or address`. According to the standard library, `getpass.getuser()` should be used instead of `os.getlogin()`.
- Loading branch information