mirror of
https://github.com/nqrduck/nqrduck-measurement.git
synced 2024-11-09 11:50:01 +00:00
Fixed error message for measurement_error signal.
This commit is contained in:
parent
eade5e798f
commit
9dff8b445c
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue