Skip to content

Commit 34da3bb

Browse files
committed
small Ctags fix
1 parent 8f87656 commit 34da3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ def __init__(self,
15921592
lines = f.readlines()
15931593
f.close()
15941594
# Delete the tag file
1595-
# os.remove(tag_filename)
1595+
os.remove(tag_filename)
15961596
except Exception as ex:
15971597
repl_print(ex)
15981598
raise Exception("Tag file parse error!")

0 commit comments

Comments
 (0)