forked from M-Labs/thermostat
Remove exception too general
This commit is contained in:
parent
a64532eb23
commit
9dd4138276
@ -43,11 +43,7 @@ class Thermostat(QObject, metaclass=PropertyMeta):
|
||||
if self.task.done():
|
||||
try:
|
||||
_ = self.task.result()
|
||||
except (
|
||||
Exception,
|
||||
TimeoutError,
|
||||
asyncio.exceptions.TimeoutError,
|
||||
):
|
||||
except asyncio.TimeoutError:
|
||||
logging.error(
|
||||
"Encountered an error while updating parameter tree.",
|
||||
exc_info=True,
|
||||
|
Loading…
Reference in New Issue
Block a user