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

Added **kwargs to wrapped_task #210

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Added **kwargs to wrapped_task #210

merged 1 commit into from
Jan 3, 2024

Conversation

kaitj
Copy link
Collaborator

@kaitj kaitj commented Jan 3, 2024

Jobs that passed keyword arguments were failing (e.g. subject_labels={1, 2, 3}) as it wouldn't know how to handle these in the decorator. This just adds **kwargs to allow for passing of keyword arguments.

@kaitj kaitj added the maintenance Updates or improvements that do not change functionality of the code label Jan 3, 2024
@kaitj kaitj self-assigned this Jan 3, 2024
Jobs that passed keyword arguments were failing (e.g. subject_labels={1,
2, 3}) as it wouldn't know how to handle these in the decorator. This
just adds **kwargs to allow for passing of keyword arguments.
@kaitj kaitj merged commit 8e8ec81 into main Jan 3, 2024
2 checks passed
@kaitj kaitj deleted the maint/kwargs branch January 3, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Updates or improvements that do not change functionality of the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant