Remove print statements before releasing on PyPi
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 304
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
There is current a few places where there are still print statements. Can we switch to logger instead?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review python-package/tests/azure/delete_azure_resources.py, starting at the linked line, and look for the other print statements referenced by the issue. Replace those identified prints with logger usage, then verify that the affected scripts no longer emit direct print statements before release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- cloud
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100