Small thing

This commit is contained in:
DazedAnon 2026-06-14 10:53:35 -05:00
parent de93d8d8e1
commit c0b0b02ff5

View file

@ -2385,6 +2385,7 @@ def searchCodes(page, pbar, jobList, filename):
# 3. Make copies for each additional line and insert them
for idx, line in enumerate(lines[1:]):
new_item = copy.deepcopy(codeList[j])
new_item.pop("_original", None)
new_item["parameters"] = [line]
codeList.insert(j + idx + 1, new_item)