pyepics / newportxps

python support code for NewportXPS drivers
BSD 2-Clause "Simplified" License
20 stars 17 forks source link

Lockhart typo 1 #14

Closed lockhart closed 2 years ago

lockhart commented 2 years ago

Fix a typo when looking for a device match in the firmware version info. Consolidated to a single line using an any() function but no problem if you want to just an an "or" to the existing code.

newville commented 2 years ago

@lockhart OK, thanks for catching that!!