I am getting an indent error on all new lines of new code (following error message).
%Run SmackerCode_V9.py
Traceback (most recent call last):
File "C:\Users\rchrd\Dropbox\DartScreenShots RN_Machine\SmackerCode\Python Code\SmackerCode_V9.py", line 635
GPIO.output(IntensitySelect_Pins,Task_Num['Alignment']) # Tell controler to excute the Alignment task
^
IndentationError: unindent does not match any outer indentation level
>>>
How can I correct this tabbing error?