Commit 5b9f3a7
committed
FIX: Avoid excessive etelemetry calls
In cases where `check_latest_version` returned None, each time
`BaseInterface.__init__` was called would lead to another server ping.
This avoids this loop by falling to a string, n/a, if the server fails
to produce a version.1 parent 71c7a7d commit 5b9f3a7
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments