Skip to content
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

fix: util.move_file shall not use log.notice #1862

Merged
merged 1 commit into from
Jun 9, 2024
Merged

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Jun 9, 2024

Using log.notice result in many unwanted annotations, at least in GitHub Actions.
If we want to print some information about a specific file being moved, it shall be done by the caller - or adding an option to the function - and use print.

Using  `log.notice` result in many unwanted annotations, at least in GitHub Actions.
If we want to print some information about a specific file being moved, it shall be done by the caller - or adding an option to the function - and use `print`.
@mayeut mayeut merged commit c37e5a2 into pypa:main Jun 9, 2024
22 of 23 checks passed
@mayeut mayeut deleted the no-log-notice branch June 9, 2024 21:37
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