Skip to content

Fix a type error with a call to join #276

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

Merged
merged 3 commits into from
Mar 10, 2025
Merged

Conversation

amn
Copy link
Contributor

@amn amn commented Mar 10, 2025

Hasn't worked since last re-factoring because join accepts a single argument (an iterable), not 3.

Fixes #275.

Hasn't worked since last re-factoring because `join` accepts a single argument (an iterable), not 3.
@amn amn requested a review from haatveit March 10, 2025 12:11
Parent commit spelled the list expression in a way that Ruff didn't like -- I wasn't aware of a pre-commit check in place. This commit corrects the issue.
Oh, didn't notice two consecutive `message = ...` lines, @LeonCD clarified the first one is obviously moot, so removing.
Copy link
Collaborator

@leondutoit leondutoit left a comment

Choose a reason for hiding this comment

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

ty!

@amn amn merged commit d69664b into master Mar 10, 2025
10 checks passed
@amn amn deleted the amn/fix-join-call-signature-error branch March 10, 2025 13:26
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.

TypeError: join() takes exactly one argument (3 given) (saw in the logs)
2 participants