mirror of
https://github.com/Xevion/glance.git
synced 2025-12-06 13:15:13 -06:00
Don't return if the err is a warning
This commit is contained in:
@@ -106,8 +106,6 @@ func cliSensorsPrint() int {
|
|||||||
fmt.Printf("Failed to retrieve sensor information: %v\n", err)
|
fmt.Printf("Failed to retrieve sensor information: %v\n", err)
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(tempSensors) == 0 {
|
if len(tempSensors) == 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user