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

Modified MachineConfig Pydantic model: Turned the 'create_directories' field from a dict to a list #429

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tieneupin
Copy link
Contributor

Looking through the Murfey source code, there doesn't appear to be a single instance where the keys of the dictionary in the create_directories field come into play. This PR simplifies the MachineConfig Pydantic model by changing the dictionary into a list instead.

@tieneupin tieneupin self-assigned this Jan 8, 2025
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 27.05%. Comparing base (1c5667d) to head (423a2ab).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #429   +/-   ##
=======================================
  Coverage   27.05%   27.05%           
=======================================
  Files          75       75           
  Lines       10180    10180           
  Branches     1343     1343           
=======================================
  Hits         2754     2754           
  Misses       7336     7336           
  Partials       90       90           

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.

1 participant