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…
Reference in New Issue