Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: pop from empty list #17

Closed
FeliciousX opened this issue Jan 13, 2015 · 2 comments
Closed

IndexError: pop from empty list #17

FeliciousX opened this issue Jan 13, 2015 · 2 comments

Comments

@FeliciousX
Copy link

Traceback (most recent call last): File "/home/feliciousx/.vim/bundle/vim-wakatime/plugin/packages/wakatime/wakatime-cli.py", line 20, i sys.exit(wakatime.main(sys.argv)) File "/home/feliciousx/.vim/bundle/vim-wakatime/plugin/packages/wakatime/wakatime/__init__.py", line stats = get_file_stats(args.targetFile) File "/home/feliciousx/.vim/bundle/vim-wakatime/plugin/packages/wakatime/wakatime/stats.py", line 92, dependencies = parser.parse() File "/home/feliciousx/.vim/bundle/vim-wakatime/plugin/packages/wakatime/wakatime/languages/__init__. dependencies = plugin.parse() File "/home/feliciousx/.vim/bundle/vim-wakatime/plugin/packages/wakatime/wakatime/languages/templates self._process_token(token, content) File "/home/feliciousx/.vim/bundle/vim-wakatime/plugin/packages/wakatime/wakatime/languages/templates self._process_tag(token, content) File "/home/feliciousx/.vim/bundle/vim-wakatime/plugin/packages/wakatime/wakatime/languages/templates self.tags.pop(0)

This keep appearing on my buffer and annoys me. Any ideas to why?

@alanhamlett
Copy link
Member

An extra closing tag in an html file causes this exception, but it's fixed now. Updating to v3.0.5 of vim-wakatime will fix it for you.

@FeliciousX
Copy link
Author

Thanks for the quick response 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants