-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create main function in entrypoint + rename entrypoint #26
Conversation
I was just working on fixing python lint suggestions and these were findings there... I'll rebase mine on top of yours. |
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.
ACK - code reviewed & tested to work on x86_64
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.
When rebasing my lint fixes on top of this, I found that the second commit overwrites the first commit's changes.
Yep, commit troubles... Fixed. |
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.
ACK - code reviewed and tested on x86_64, again 😁
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.
ACK also tested on amd64
Create a main function to call in entrypoint + rename
docker-entrypoint.py
Facilitate import of entrypoint for test coverage in #25.