Bugfix on watchdogs.py, remove type hints because of wheezy and jessie

SoftwareWatchdog did not restart after daemon reload and switching from 0 to >=1 value
ResetDriver trigger will not always return True if not_implemented is True
This commit is contained in:
2020-05-02 19:45:05 +02:00
parent beb073893b
commit a40b39eb22
6 changed files with 59 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<option name="PROJECT_PROFILE" value="wheezy" />
<version value="1.0" />
</settings>
</component>