-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Exceptions cleanup for hm-diag (#63)
* feat: added diagnostics structures * Diagnostic and DiagnosticsReport are used to construct and communicate information about diagnostics state. * Updated with new changes in hm-diag * Fix unit test * Added Gateway_MFR File not found exception (Encountered when does not exist) * Added Miner Failed To Fetch Mac Address exception * Added Unit Test for Miner Failed To Fetch Mac Address exception * PR comment fixes * Fix exception logging for hw-diag * Raise ECCMalfunction instead of swallowing exception * Version bump 0.11.6 -> 0.11.7 Co-authored-by: Marvin Arnold <[email protected]> Co-authored-by: Sebastian <[email protected]>
- Loading branch information
1 parent
a98ff5e
commit 95676fa
Showing
3 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.11.5 | ||
current_version = 0.11.7 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
setup( | ||
name='hm_pyhelper', | ||
version='0.11.5', | ||
version='0.11.7', | ||
author="Nebra Ltd", | ||
author_email="[email protected]", | ||
description="Helium Python Helper", | ||
|