This exception means that the indentation is inconsistent in the script, is caused by the mixed use of tabs and spaces as indentation in the same script.
You can fix it simply changing all tabs to four spaces, or changing all the indentation to tabs.
RE: Running into Errors creating a Python CSV file Concatenator script - Request Help