Created
April 12, 2018 20:06
-
-
Save teburd/6ee17c92862eaea7dc7942335d09850e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "plot.py", line 72, in update | |
sample = self.decoder.next(self.readtime - (time.time() - t0)) | |
File "/home/tburdick/src/bos/ft232h_daq/decoder.py", line 47, in next | |
readable, _, _ = select.select([self.f], [], [], timeout) | |
AttributeError: 'function' object has no attribute 'select' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment