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

Add a final line-ending if multi-line input string #382

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 28, 2024

  1. Add a final line-ending if multi-line input string

    Without this final line-ending, reordering steps will fail because
    tables will be added directly to the previous value (see issue python-poetry#381)
    
    when creating the string from the Container again, we remove any final
    line-ending if we added it initially to ensure we do not modify the
    original behavior
    gdiepen committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    0e063cd View commit details
    Browse the repository at this point in the history