DexterInd / GoPiGo3

The GoPiGo3 is a Raspberry Pi Robot!
https://gopigo.io
Other
96 stars 85 forks source link

test_heavy_mutex_2.py TabError: inconsistent use of tabs and spaces #270

Closed slowrunner closed 4 years ago

slowrunner commented 4 years ago

test_heavy_mutex_2.py has an errant tab:

pi@Carl:~/Dexter/GoPiGo3/Software/Python/tests $ python3 test_heavy_mutex_2.py 
  File "test_heavy_mutex_2.py", line 20
    mutex.release()
                  ^
TabError: inconsistent use of tabs and spaces in indentation

Note: Sorry, I have not learned how to do pull request. This one is really trivial to fix, I should have done it.

slowrunner commented 4 years ago

Same error in both test_distance_sensor.py and test_distance_sensor_2.py

CleoQc commented 4 years ago

Done, thanks for reporting it!