We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac80eb commit 78aa809Copy full SHA for 78aa809
tests/dummy_cs/tango/tango/pyaml/attribute_read_only.py
@@ -31,10 +31,10 @@ def measure_name(self) -> str:
31
return self._readback
32
33
def set(self, value: float):
34
- raise Exception(f"{self._cfg.name} is read only attribute")
+ raise Exception(f"{self._cfg.attribute} is read only attribute")
35
36
def set_and_wait(self, value: float):
37
38
39
def get(self) -> float:
40
return self._cache
0 commit comments