Enable validation for all Things and pick correct branch
This commit updates the branch to use Thing._class_settings instead of FEATURE_FLAGS for a safer way to implement new features.
This commit is contained in:
parent
05f92b9b33
commit
622fa17634
11 changed files with 20 additions and 4 deletions
|
|
@ -119,6 +119,8 @@ class SmartScanThing(OFMThing):
|
|||
past scans.
|
||||
"""
|
||||
|
||||
_class_settings = {"validate_properties_on_set": True}
|
||||
|
||||
_cam: BaseCamera = lt.thing_slot()
|
||||
_stage: BaseStage = lt.thing_slot()
|
||||
_all_workflows: Mapping[str, ScanWorkflow] = lt.thing_slot()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue