Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Karasu authored May 12, 2024
2 parents ef2133c + a79ec81 commit a9e0720
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 @@ -69,4 +69,4 @@ def ideapad_laptop_print_thresholds():
with open(f'{POWER_SUPPLY_DIR}BAT{b}/charge_stop_threshold', 'r') as f:
print(f'battery{b} stop threshold = {f.read()}', end="")

except Exception: print(f"ERROR: failed to read battery {b} thresholds")
except Exception as e: print(f"ERROR: failed to read battery {b} thresholds: {e}")

0 comments on commit a9e0720

Please sign in to comment.