-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[core_uploader.py] Convert to Python 3; Use logger from sonic-py-common for uniform logging #5790
Conversation
This comment has been minimized.
This comment has been minimized.
This pull request fixes 6 alerts when merging 418f6e9 into 9d73552 - view on LGTM.com fixed alerts:
|
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.
Thank you, Joe!
This pull request fixes 6 alerts when merging 62b0522 into 215ce13 - view on LGTM.com fixed alerts:
|
…7.0, the package has been split up
This pull request fixes 6 alerts when merging 3825a63 into ba7fda7 - view on LGTM.com fixed alerts:
|
…on for uniform logging (sonic-net#5790) - Convert core_uploader.py script to Python 3 - Use logger from sonic-py-common for uniform logging - Reorganize imports alphabetically per PEP8 standard - Two blank lines precede functions per PEP8 standard - Remove unnecessary global variable declarations
- Why I did it
As part of moving all SONiC code from Python 2 (no longer supported) to Python 3
- How I did it
- How to verify it
Ensure core_uploader.py still functions correctly
- Which release branch to backport (provide reason below if selected)