Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow nesting values in checksum dicts #4711

Open
wants to merge 1 commit into
base: 5.0.x
Choose a base branch
from

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Blockers
Development

Successfully merging this pull request may close these issues.

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