-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
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
Temperature sensors without threshold crashes whole program #87
Labels
Comments
Opened PR #88 |
mkesper
changed the title
Temperature sensors without threshold crash progra,
Temperature sensors without threshold crashes whole program
Oct 5, 2018
Thanks for opening the issue. |
mkesper
pushed a commit
to mkesper/s-tui
that referenced
this issue
Oct 7, 2018
If no custom threshold is set we need something to compare to. If the custom threshold is not a valid value we need to catch ValueError. If the custom threshold is lower than zero we need to set some value, too. For all these cases, we use self.THRESHOLD_TEMP as value for temp_thresh. This fixes issue amanusk#87.
mkesper
pushed a commit
to mkesper/s-tui
that referenced
this issue
Oct 7, 2018
If no custom threshold is set we need something to compare to. If the custom threshold is not a valid value we need to catch ValueError. If the custom threshold is lower than zero we need to set some value, too. For all these cases, we use self.THRESHOLD_TEMP as value for temp_thresh. This fixes issue amanusk#87.
amanusk
pushed a commit
that referenced
this issue
Oct 15, 2018
If no custom threshold is set we need something to compare to. If the custom threshold is not a valid value we need to catch ValueError. If the custom threshold is lower than zero we need to set some value, too. For all these cases, we use self.THRESHOLD_TEMP as value for temp_thresh. This fixes issue #87.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Step 1: Describe your environment
Step 2: Describe the problem:
Observed Results:
Crash of whole application:
Debug Results, output of
s-tui -d
created in a file_s-tui.log
:_s-tui.log
Step 3: Reproduce the problem:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: