mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-29 16:44:49 +02:00
critical name error in auto-cpufreq --stats (#696)
This commit is contained in:
parent
14e1d2785d
commit
a79ec81709
@ -97,5 +97,5 @@ def ideapad_laptop_print_thresholds():
|
||||
print(f'battery{b} stop threshold = {f.read()}', end="")
|
||||
f.close()
|
||||
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
print(f"ERROR: failed to read battery thresholds: {e}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user