We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Manager::refresh folder should check if battery root path is still exists and return an Err(..) immediately if Linux had removed that folder.
Manager::refresh
Err(..)
Since Battery struct is an instant information representation, it is not affected by the related bug.
Battery
For details see: svartalf/rust-battop#8
The text was updated successfully, but these errors were encountered:
505fdaa
Bump actions/checkout from 3.5.0 to 3.5.2 (svartalf#29)
30b81be
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
svartalf
No branches or pull requests
Manager::refresh
folder should check if battery root path is still exists and return anErr(..)
immediately if Linux had removed that folder.Since
Battery
struct is an instant information representation, it is not affected by the related bug.For details see: svartalf/rust-battop#8
The text was updated successfully, but these errors were encountered: