Revert pointless size reset

This commit is contained in:
Delgan
2026-01-22 19:48:35 +01:00
parent 16e802d232
commit c23ab1d97b

View File

@@ -45,7 +45,6 @@ def process_file_7z(
line = line.lstrip()
if line.startswith("Path = "):
current_file = line.split(" = ", 1)[1]
current_size = 0
elif line.startswith("Size = "):
try:
current_size = int(line.split(" = ")[1].strip())