Open tberne opened 6 years ago
Error as txt:
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "build/bdist.linux-x86_64/egg/powerline_shell/segments/svn.py", line 59, in run
self.stats, self.revision = build_stats()
File "build/bdist.linux-x86_64/egg/powerline_shell/segments/svn.py", line 47, in build_stats
stats = parse_svn_stats(status)
File "build/bdist.linux-x86_64/egg/powerline_shell/segments/svn.py", line 20, in parse_svn_stats
if line[0] == "?":
IndexError: string index out of range
I suppose its a matter of ignoring blank lines. Error below: