Skip to content

Conversation

@andcaspe
Copy link

@andcaspe andcaspe commented Dec 5, 2024

Describe your changes

This implementation enables developers to move the config.py file to a directory other than the root (i.e., the working directory). This can be particularly useful in scenarios where multiple configuration files are defined, allowing developers to organize them within a subdirectory.

The changes are fully backward compatible, ensuring that existing setups will continue to function without modification.

For example, this allows you to store multiple configuration files inside another folder and configure one of them when the main.py script is called:
config_in_folder

I hope you find this enhancement useful!

Issue ticket number and link

Issue number 90

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I read the contribution documentation and made sure that my changes meet its requirements

Signed-off-by: andreu.castillo <andreu.castillo@power-electronics.com>
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