mirror of
https://github.com/Xevion/glance.git
synced 2025-12-06 01:15:08 -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)
|
||||
return 1
|
||||
}
|
||||
|
||||
return 1
|
||||
}
|
||||
|
||||
if len(tempSensors) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user