From 10acb23c8214d732ae35af9c60fa7ea74d83fc24 Mon Sep 17 00:00:00 2001 From: atse Date: Fri, 23 Aug 2024 10:04:12 +0800 Subject: [PATCH] Exactlier wording --- pytec/pytec/gui/model/thermostat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytec/pytec/gui/model/thermostat.py b/pytec/pytec/gui/model/thermostat.py index 28c85db..e370ba1 100644 --- a/pytec/pytec/gui/model/thermostat.py +++ b/pytec/pytec/gui/model/thermostat.py @@ -45,7 +45,7 @@ class Thermostat(QObject, metaclass=PropertyMeta): raise self.task.exception() except asyncio.TimeoutError: logging.error( - "Encountered an error while updating parameter tree.", + "Encountered an error while polling for information from Thermostat.", exc_info=True, ) _ = self.task.result()