-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added main.py #5
Conversation
main.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If my PR #4 about the poetry build system is accepted, we need to move this file to a "genisys" subdirectory. Otherwise lets at least put in an "src" directory to keep the source, tests, and build files seperate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
main.py
Outdated
# TODO: Implement the validation logic here | ||
|
||
|
||
def install_config(file, change_root=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you change this to change_root='/'
you can avoid the if ... else
later. Ditto for line 16.
Added the skeleton of main.py
I will be working on the logic this week