Skip to content

Avoid unnecessary diffs in missing-datasets.md caused by timestamp #97

@vibhatha

Description

@vibhatha

The datetime.now() function in find_missing_datasets.py generates a new timestamp every time the script runs, even if the content of the missing datasets report hasn't changed. This leads to unnecessary diffs in version control for the missing-datasets.md file. Consider either using a fixed placeholder or only updating the timestamp if the actual list of missing datasets changes.

Relevant code:
https://github.com/LDFLK/datasets/blob/main/find_missing_datasets.py\#L67-L72

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions