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

Fix: correctly handling merging two Optional[List[Any]] fields in __add__ function #1306

Conversation

dbirman
Copy link
Member

@dbirman dbirman commented Mar 6, 2025

This PR fixes a bug introduced in the composability PR where the optional acquisition.software field could throw errors if either field was None and you attempted to merge two acquisition files.

@dbirman dbirman requested a review from dyf March 6, 2025 17:52
@dbirman dbirman changed the base branch from dev to release-v2.0.0 March 6, 2025 17:52
@dbirman dbirman merged commit f862c81 into release-v2.0.0 Mar 6, 2025
6 checks passed
@dbirman dbirman deleted the 1305-20-bug-in-acquisition__add__-software-is-optional-and-needs-none-checks branch March 6, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[2.0] bug in acquisition.__add__, software is Optional and needs None checks
2 participants