From aa3da01bb99c2940252f0e17f49b6e089abfc3ec Mon Sep 17 00:00:00 2001 From: pixels Date: Thu, 23 Oct 2025 15:08:49 -0400 Subject: [PATCH] improving versioning text and fixing cb temp bug --- Gui/QtGUIutils/QtApplication.py | 4 ++-- Gui/python/TestHandler.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gui/QtGUIutils/QtApplication.py b/Gui/QtGUIutils/QtApplication.py index 315df02c..7372f786 100644 --- a/Gui/QtGUIutils/QtApplication.py +++ b/Gui/QtGUIutils/QtApplication.py @@ -1000,8 +1000,8 @@ def connect_devices(self): coldbox = instrument_dict.get("cb") # or whatever key was used in setup if coldbox: temperature = coldbox.read_channel("TEMPERATURE_MEASURED", channel=0) - for number in self.instruments.get_modules().keys(): - print("temperature", temperature) # self.instruments.get_temperature()[number]["cb"] + for number in self.instruments.get_modules().keys(): + print("temperature", temperature) # self.instruments.get_temperature()[number]["cb"] if lv_on or hv_on: self.instruments.off() if self.expertMode: diff --git a/Gui/python/TestHandler.py b/Gui/python/TestHandler.py index ee327f8e..b114dd24 100644 --- a/Gui/python/TestHandler.py +++ b/Gui/python/TestHandler.py @@ -2385,7 +2385,7 @@ def upload_to_Panthera(self): self.master.password, type_sequence=self.info, version_ph2acf=os.environ.get("PH2ACF_VERSION"), - version_testStationSoftware=os.environ.get( + version_testStationSoftware="OSU_GUI-" + os.environ.get( "PH2_ACF_GUI_VERSION" ), )