diff --git a/testing/test_usb.py b/testing/test_usb.py index 850801f3..d6b61516 100644 --- a/testing/test_usb.py +++ b/testing/test_usb.py @@ -101,7 +101,7 @@ def test_version(dev): # read the version, yawn. v = dev.send_recv(CCProtocolPacker.version()) assert '\n' in v - date, label, bl = v.split('\n') + date, label, bl, *extras = v.split('\n') assert '-' in date assert '.' in label assert '.' in bl