Some archives have an empty "Attributes" field, i.e. `Attributes = `. But because we the line is strip, it became `Attributes =` and the `elif` branch was never taken, resulting with `largest_file` being `None` after processing.
flashpoint_id