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 installing multiple packages with PipInstall #8374

Merged
merged 1 commit into from Nov 28, 2023

Conversation

hendrikmakait
Copy link
Member

@hendrikmakait hendrikmakait commented Nov 28, 2023

  • Tests added / passed
  • Passes pre-commit run --all-files

Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL writelines() does not in fact write lines.

with open("foo", "w") as fh:
    fh.writelines(["Line 1", "Line 2", "Line 3"])
$ cat foo
Line 1Line 2Line 3

Thanks @hendrikmakait

@hendrikmakait
Copy link
Member Author

TIL writelines() does not in fact write lines.

Me too, me too...

@hendrikmakait hendrikmakait merged commit 9503951 into dask:main Nov 28, 2023
32 of 34 checks passed
@hendrikmakait hendrikmakait deleted the fix-pip-install-plugin branch November 28, 2023 16:46
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.

None yet

2 participants