feat(api): handle exceptions for function getpass.getuser() (#130)

This commit is contained in:
Xuehai Pan 2024-07-12 23:07:52 +08:00 committed by GitHub
parent 35ce4ad1a4
commit c00b80d3cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 43 additions and 25 deletions

View file

@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
-
- Handle exceptions for function `getpass.getuser()` by [@XuehaiPan](https://github.com/XuehaiPan) in [#130](https://github.com/XuehaiPan/nvitop/pull/130). Issued by [@landgraf](https://github.com/landgraf).
### Changed