Commit d9419a1
authored
fix cset type checking
This is a bit of a cover-all, but that's because `cset` has a very sloppy interface and lets you do weird things like cset(blockname=blockvalue) or cset("blockname", "blockvalue") etc.
it at least passes pyright and allows all PV types. `None` will be covered by the underlying set_pv_value() call.1 parent de42c82 commit d9419a1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments