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

Duplicated console output in 1.2.0b2 #5888

Closed
andreymal opened this issue Jun 21, 2022 · 2 comments · Fixed by #5890
Closed

Duplicated console output in 1.2.0b2 #5888

andreymal opened this issue Jun 21, 2022 · 2 comments · Fixed by #5890
Labels
kind/bug Something isn't working as expected

Comments

@andreymal
Copy link

Poetry 1.2.0b1:

$ poetry build -f wheel
Building projectname (0.1.0)
  - Building wheel
  - Built projectname-0.1.0-py3-none-any.whl

Poetry 1.2.0b2 (and latest master):

$ poetry build -f wheel
Building projectname (0.1.0)
  - Building wheel
  - Building wheel
  - Built projectname-0.1.0-py3-none-any.whl
  - Built projectname-0.1.0-py3-none-any.whl

After some testing I found the behavior changed after commit 50ef227

(Tested in Kubuntu 22.04, Python 3.10.4)

@andreymal andreymal added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Jun 21, 2022
@dimbleby
Copy link
Contributor

Probably this line just wants removing: the handler is attached to the root logger ten lines previously and does not need separately to be added to the individual loggers.

@mkniewallner mkniewallner removed the status/triage This issue needs to be triaged label Jun 25, 2022
Copy link

github-actions bot commented Mar 1, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants