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 UpfData constructor not forwarding filename argument #3543

Merged

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Nov 14, 2019

Fixes #3542

The feature to set the desired filename of SinglefileData nodes and
its subclasses was recently added, but the constructor of UpfData was
not properly forwarding the new argument, causing it to be ignored.

The feature to set the desired filename of `SinglefileData` nodes and
its subclasses was recently added, but the constructor of `UpfData` was
not properly forwarding the new argument, causing it to be ignored.
@sphuber sphuber requested a review from ltalirz November 14, 2019 12:27
Copy link
Member

@ltalirz ltalirz left a comment

Choose a reason for hiding this comment

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

Sorry about this, and thanks for the fix!

@sphuber sphuber merged commit 33bd8b1 into aiidateam:develop Nov 14, 2019
@sphuber
Copy link
Contributor Author

sphuber commented Nov 14, 2019

Sorry about this, and thanks for the fix!

ba, I did the review so equally guilty :)

@sphuber sphuber deleted the fix_3542_upf_data_filename_constructor branch November 14, 2019 13:15
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.

Constructor of UpfData does not properly pass filename argument along
2 participants