Skip to content

Conversation

@Flamefire
Copy link
Contributor

@Flamefire Flamefire commented Dec 2, 2024

A checksum entry such as {'file': value} is now interpreted as-if it was just value if the 'file' matches.
This especially allows None values that currently lead to a type error.

Fixes #4142

Requires

Documentation: easybuilders/easybuild-docs#104

A checksum entry such as `{'file': value}` is now interpreted as-if it
was just `value` if the `'file'` matches.
This especially allows `None` values that currently lead to a type error.
Copy link
Contributor

@bartoldeman bartoldeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartoldeman bartoldeman merged commit 3e28cb6 into easybuilders:5.0.x Jan 13, 2025
39 checks passed
@Flamefire Flamefire deleted the non-dict branch January 13, 2025 16:20
@boegel boegel modified the milestones: release after 4.9.4, release after 5.0.0, 5.0.0 Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

checksum dict with a checksum value of None doesn't work

3 participants