RE: RE: Running into Errors creating a Python CSV file Concatenator script - Request Help
You are viewing a single comment's thread from:

RE: Running into Errors creating a Python CSV file Concatenator script - Request Help

Words
45
Reading
1 min
Listen
Play
8y

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.

@zerocoolrocker: This exception | Ecency