Skip to content

Instantly share code, notes, and snippets.

@teburd
Created April 12, 2018 20:06
Show Gist options
  • Save teburd/6ee17c92862eaea7dc7942335d09850e to your computer and use it in GitHub Desktop.
Save teburd/6ee17c92862eaea7dc7942335d09850e to your computer and use it in GitHub Desktop.
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