Skip to content

Instantly share code, notes, and snippets.

@diminoten
Created March 11, 2015 11:14
Show Gist options
  • Save diminoten/cebb45103183ba9d5e87 to your computer and use it in GitHub Desktop.
Save diminoten/cebb45103183ba9d5e87 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Users/diminoten/git/project/ENV/bin/pep8", line 11, in <module>
sys.exit(_main())
File "/Users/diminoten/git/project/ENV/lib/python2.7/site-packages/pep8.py", line 2107, in _main
report = pep8style.check_files()
File "/Users/diminoten/git/project/ENV/lib/python2.7/site-packages/pep8.py", line 1830, in check_files
self.input_dir(path)
File "/Users/diminoten/git/project/ENV/lib/python2.7/site-packages/pep8.py", line 1866, in input_dir
runner(os.path.join(root, filename))
File "/Users/diminoten/git/project/ENV/lib/python2.7/site-packages/pep8.py", line 1844, in input_file
return fchecker.check_all(expected=expected, line_offset=line_offset)
File "/Users/diminoten/git/project/ENV/lib/python2.7/site-packages/pep8.py", line 1608, in check_all
self.check_logical()
File "/Users/diminoten/git/project/ENV/lib/python2.7/site-packages/pep8.py", line 1490, in check_logical
for offset, text in self.run_check(check, argument_names) or ():
File "/Users/diminoten/git/project/ENV/lib/python2.7/site-packages/pep8.py", line 573, in continued_indentation
rel_indent[end[0] - first_row] = rel_indent[row]
IndexError: list assignment index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment