Make sure all except statements are no longer empty, should help a lot with debugging.
This commit is contained in:
@ -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)}')
|
||||
|
Reference in New Issue
Block a user