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

create_repo: params should be a keyword argument #219

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Conversation

fredrikekre
Copy link
Member

This patch deprecates params as a positional argument and replace it with a keyword argument (like for all other API functions). I noticed this when the params I passed as keyword argument were overriding the params created with the name positional argument.

This patch deprecates `params` as a positional argument and replace it
with a keyword argument (like for all other API functions). I noticed
this when the `params` I passed as keyword argument were overriding the
`params` created with the `name` positional argument.
@fredrikekre fredrikekre merged commit 3b231b5 into master Oct 14, 2023
9 checks passed
@fredrikekre fredrikekre deleted the fe/create_repo branch October 14, 2023 08:27
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.

1 participant