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
This is all messed up when I clone it (using ubuntu 13.10 x64)
The formatting is wrong, are some indents spaces and others tabs? It looks correct on screen but if I copy and paste from the 'raw' window here, I get:
File "sensortag.py", line 44
self.con.expect('Connection successful.*[LE]>')
^
IndentationError: unindent does not match any outer indentation level
The text was updated successfully, but these errors were encountered:
Same for me, but worked better when i did git clone https://github.com/msaunby/ble-sensor-pi.gitand run the command again from within ble-sensor-pi/sensortag folder.
This is all messed up when I clone it (using ubuntu 13.10 x64)
The formatting is wrong, are some indents spaces and others tabs? It looks correct on screen but if I copy and paste from the 'raw' window here, I get:
File "sensortag.py", line 44 self.con.expect('Connection successful.*[LE]>') ^ IndentationError: unindent does not match any outer indentation level
The text was updated successfully, but these errors were encountered: