Skip to content

Commit

Permalink
critical name error in auto-cpufreq --stats (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezarniko authored May 10, 2024
1 parent 14e1d27 commit a79ec81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_cpufreq/battery_scripts/ideapad_laptop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

0 comments on commit a79ec81

Please sign in to comment.