Fixed error message for measurement_error signal.

This commit is contained in:
jupfi 2024-03-18 14:37:05 +01:00
parent eade5e798f
commit 9dff8b445c

View file

@ -121,7 +121,7 @@ class MeasurementController(ModuleController):
logger.debug("Received measurement error.")
self.module.view.measurement_dialog.hide()
self.module.nqrduck_signal.emit(
"notification", ["Error", "Error during measurement."]
"notification", ["Error", value]
)
elif (