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
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 1072, in run_
return self.run(edit)
File "C:\Users\Alex\AppData\Roaming\Sublime Text 3\Packages\User\DataWrangler.py", line 205, in run
column_widths = detect_col_widths(self, sep, num_columns)
File "C:\Users\Alex\AppData\Roaming\Sublime Text 3\Packages\User\DataWrangler.py", line 59, in detect_col_widths
column_widths[i] = max(len(cell_string), column_widths[i])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
String to reproduce error:
Stack trace:
The text was updated successfully, but these errors were encountered: