Skip to content

Commit 5e21137

Browse files
We do not want to show the initialization value in the description
1 parent 688ab84 commit 5e21137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microscope/controllers/asi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def _add_settings(self, settings) -> None:
553553
set_func=lambda value, command=setting_params[
554554
"command"
555555
], axis=axis: self._set_setting(value, command, axis),
556-
values=lambda: f"curr value is {value}. Units are {setting_params['units']}",
556+
values=lambda: f"Units are {setting_params['units']}",
557557
# readonly=read_only,
558558
)
559559

0 commit comments

Comments
 (0)