richrd / nxt-python

Automatically exported from code.google.com/p/nxt-python
GNU General Public License v3.0
1 stars 0 forks source link

Coding error in nxt/fantomsock.py #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Examine the code.
2. Look at nxt/fantomsock.py line 46
3. See that it says: paired_addr = pair_bluetooth(addr)
4. Look for where pair_bluetooth is defined

What is the expected output? What do you see instead?

I would expect to find the function defined, but I don't.  It turns out 
pyfantom has such a function, so I think this is meant to be 
pyfantom.pair_bluetooth.

What version of nxt-python are you using? On what operating system?

Version is 2.2.1.  O/S is Linux (so this file isn't actually used).  The error 
was detected through an automated test.

Original issue reported on code.google.com by sc...@kitterman.com on 18 Mar 2012 at 2:16

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. It'll be picked up in the next bugfix version (which 
should be within a few weeks).

Original comment by marcus@wanners.net on 20 Mar 2012 at 5:15

GoogleCodeExporter commented 9 years ago
Fixed in r378.

Original comment by marcus@wanners.net on 22 Mar 2012 at 11:44