Improve error handling of com

This commit is contained in:
2025-05-12 16:28:09 +02:00
parent cfa0afd622
commit f4fe3dd34c

View File

@@ -71,8 +71,8 @@ class Com(ComSuperClass):
for filter in self._filters:
if ( filter in comport ):
return comport
except:
pass
except Exception as e:
self._err = e
return ""