Update gitignore and remove comments

This commit is contained in:
2024-05-03 13:05:02 +02:00
parent b1bdf3129a
commit 91eee88812
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -4,3 +4,6 @@ convert/
.venv
.venv/*
.venv/
build
dist
jmzm.spec

View File

@@ -129,8 +129,6 @@ def pasre_file(lines, path_to_file, tags, remove, input_type):
to = data[i].find("\\end")
frm = data[i].find("\\begin")
# FIXME: Quadrupleing Backslashes for Math functions is broken af
if ("\\begin" in data[i]):
d = "\\begin"
s = splitkeep(data[i], d)