-
-
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.
* wip * feat: added diagnostics structures Diagnostic and DiagnosticsReport are used to construct and communicate information about diagnostics state. * Updated with new changes in hm-diag * Exception Code Merge * Bump Version for testing * File changes * Fix test * Remove binaries * Added more catches for exceptions - 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 * Fix lint errors * Flake linting fix * Fix remaining lint errors * Whitespace lines removed * Fix PR warnings * Version bump * PR comment fixes * Fix for linting Co-authored-by: Marvin Arnold <marvin@geeky.rocks> Co-authored-by: Sebastian <sebastian@ghostistudios.com>
- Loading branch information
1 parent
c390352
commit a98ff5e
Showing
8 changed files
with
59 additions
and
11 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.4 | ||
current_version = 0.11.5 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from hm_pyhelper.diagnostics.diagnostics_report import DiagnosticsReport # noqa F401 | ||
from hm_pyhelper.diagnostics.diagnostic import Diagnostic # noqa F401 | ||
from hm_pyhelper.diagnostics.diagnostic import Diagnostic # noqa F401 |
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
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
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