Skip to content

Files are not written in order they are added to the zip file #3

@Chris7

Description

@Chris7

Because pop() is used here:

kwargs = self.paths_to_write.pop()
, streams are not consumed in the order they are added to the zipfile. This breaks for me because I have an iterable that creates an index to the asset it is generating, which is written on the subsequent write.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions