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: Never wrap the output of the export command #2397

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

pawamoy
Copy link
Contributor

@pawamoy pawamoy commented Nov 13, 2023

Pull Request Checklist

  • A news fragment is added in news/ describing what is new.
  • Test cases added for changed code.

Describe what you have changed in this PR.

We now use a regular print to avoid any formatting of the export command output.

Closes #2390

@pawamoy pawamoy marked this pull request as ready for review November 13, 2023 12:02
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
src/pdm/cli/commands/export.py 95.00% <100.00%> (ø)

📢 Thoughts on this report? Let us know!

@frostming frostming merged commit ec76487 into pdm-project:main Nov 13, 2023
23 checks passed
@j178 j178 mentioned this pull request Apr 3, 2024
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.

Output of 'pdm export' gets line wrapped even when the output isn't a terminal
2 participants