You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource/udev: fix intermittent AttributeError in USBSDWireDevice
The control_serial attribute is conditionally declared by assignment
which causes a race where it may not be declared before being
accessed in USBSDWireExport _get_params(). This causes an
AttributeError when starting the exporter.
Remove the unused control_path attribute and explicitly declare
control_serial to fix it.
Signed-off-by: Matt Porter <[email protected]>
0 commit comments