Skip to content

Commit c2267ff

Browse files
committed
Test windows ctags
1 parent d9f3ed4 commit c2267ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyls/plugins/ctags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def parse_tags(tag_file, query):
213213
return
214214

215215
with io.open(tag_file, 'rb') as f:
216+
raise Exception(f.read())
216217
for line in f:
217218
tag = parse_tag(line.decode('utf-8', errors='ignore'), query)
218219
if tag:

0 commit comments

Comments
 (0)