khanlab / autobids-portal

0 stars 1 forks source link

Added **kwargs to `wrapped_task` #210

Closed kaitj closed 10 months ago

kaitj commented 10 months ago

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.