Commit f190c7b
committed
microscope/_utils.py (SharedSerial.read_until): fix for pySerial >= 3.5 (#233)
pySerial 3.5 changed the argument name for the read_until method.
There was no change behaviour, only the parameter name changed. This
commit calls read_until with positional arguments to avoid the name
change issue.1 parent ccc2d9c commit f190c7b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
117 | | - | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
0 commit comments