Commit c0a7073
committed
LinkamBase: add missing methods _on_shutdown and initialize (issue #113)
* microscope/stages/linkam.py (LinkamBase): class was missing an
implementation for the Device abstract methods _on_shutdown() and
initialize(). This fixes the issue when creating a LinkCMS
instance. This was failing since 83f1256 (which fixed ABCs
for Python 3).1 parent 997fc45 commit c0a7073
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
1021 | 1027 | | |
1022 | 1028 | | |
1023 | 1029 | | |
| |||
0 commit comments