diff --git a/pytec/pytec/gui/model/thermostat.py b/pytec/pytec/gui/model/thermostat.py index f35354b..bf15710 100644 --- a/pytec/pytec/gui/model/thermostat.py +++ b/pytec/pytec/gui/model/thermostat.py @@ -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,