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

Refactor _VariablesIOWrapper #535

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Refactor _VariablesIOWrapper #535

merged 2 commits into from
Mar 27, 2024

Conversation

PaulFarault
Copy link
Contributor

@PaulFarault PaulFarault commented Jan 16, 2024

Which issue(s) this PR fixes

Fixes None

Additional comments

  • Provide more meaningful doc for the class
  • Use parent initializer

Agreements

@PaulFarault PaulFarault self-assigned this Jan 16, 2024
@PaulFarault PaulFarault changed the title Refactore _VariablesIOWrapper Refactor _VariablesIOWrapper Jan 16, 2024
@PaulFarault PaulFarault requested a review from rpignolet January 16, 2024 17:14
Comment on lines 126 to 128
content = from_yaml(self._file_descriptor) or {}
name = path.name
super().__init__(content, name)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll merge those 3 lines.

@PaulFarault PaulFarault force-pushed the feat/variables-file branch from 189f08a to 61584c0 Compare March 26, 2024 15:47
@PaulFarault PaulFarault merged commit 683e966 into master Mar 27, 2024
5 checks passed
@PaulFarault PaulFarault deleted the feat/variables-file branch March 27, 2024 10:41
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 participants