* Moved ThermalLimitReachedError catches to wk.hw.sensors * Before they would never be caught and would never stop the script * Added cpu_reached_critical_temp() to wk.hw.sensors * This allows us to check if it happened without exceptions * Added thermal_action to wk.hw.sensors * This is run when ThermalLimitReachedError(s) are caught * Stop print_countdown if mprime is terminated * This is required since it may be killed in the background |
||
|---|---|---|
| .. | ||
| borrowed | ||
| outer_scripts_to_review | ||
| wk | ||
| wk.prev | ||
| activate.py | ||
| add-known-networks | ||
| apple-fans | ||
| build_kit.ps1 | ||
| build_pe.ps1 | ||
| check_disk.py | ||
| Copy WizardKit.cmd | ||
| echo-and-hold | ||
| hw-diags | ||
| hw-diags.py | ||
| init_client_dir.cmd | ||
| launch-in-tmux | ||
| Launch.cmd | ||
| Launcher_Template.cmd | ||
| mount-raw-image | ||
| msword-search | ||
| pacinit | ||
| photorec-sort | ||
| README.md | ||
| remount-rw | ||
| safemode_enter.py | ||
| safemode_exit.py | ||
| sfc_scan.py | ||
| watch-mac | ||
| wk-power-command | ||
pylint
These scripts use two spaces per indent instead of the default four. As such you will need to update your pylintrc file or run like this:
pylint --indent-after-paren=2 --indent-string=' ' wk