mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Revert pointless size reset
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user