mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 22:04:24 +00:00
Improve error handling of com
This commit is contained in:
@@ -71,8 +71,8 @@ class Com(ComSuperClass):
|
|||||||
for filter in self._filters:
|
for filter in self._filters:
|
||||||
if ( filter in comport ):
|
if ( filter in comport ):
|
||||||
return comport
|
return comport
|
||||||
except:
|
except Exception as e:
|
||||||
pass
|
self._err = e
|
||||||
|
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user