Closed kaitj closed 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.
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.