labscript-suite / labscript-devices

A modular and extensible plugin architecture to control experiment hardware using the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦.
http://labscriptsuite.org
Other
5 stars 58 forks source link

Typo in LabscriptError of PrawnBlaster #77

Closed rpanderson closed 3 years ago

rpanderson commented 3 years ago

The new PrawnBlaster device class has multiple clocklines that are auto-generated. These form an attribute clocklines of the device instance, but the attribute is referred to as clockline in the LabscriptError strings:

https://github.com/labscript-suite/labscript-devices/blob/7c1c48597be3eab72fd1d960575b7e412b41b709/labscript_devices/PrawnBlaster/labscript_devices.py#L40

https://github.com/labscript-suite/labscript-devices/blob/7c1c48597be3eab72fd1d960575b7e412b41b709/labscript_devices/PrawnBlaster/labscript_devices.py#L45

philipstarkey commented 3 years ago

Thanks Russ. Fixed in e7b3571