Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Possible Bug on Backdrop (Group3) Writting #8

Description

@laalaguer

Good work!

Recently discovered an issue with the "backdrop not encoded" on the vsmeta file. After debugging I found that the backdrop wasn't written to the final vsmeta file due to the following line:

and self.info.timestamp > int(datetime(1900, 1, 1, 0, 0).timestamp()):

The backdrop isn't written because the timestamp isn't written. Shall we change the timestamp condition from > to >= ? Or warn users of the library that if a backdrop is provided then there MUST be a timestamp present.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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