Make sure all except statements are no longer empty, should help a lot with debugging.

This commit is contained in:
Storm Dragon
2025-06-20 03:03:43 -04:00
parent 4e193f133f
commit a5ca1d28e8
42 changed files with 223 additions and 194 deletions

View File

@ -76,5 +76,5 @@ class inputDriver():
return
try:
self.removeAllDevices()
except:
pass
except Exception as e:
print(f'inputDriver __del__: Error removing devices: {str(e)}')