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" ), )