Adds verbose as a kwarg to write_recording for MdaRecordingExtractor class, rather then it being in job_kwargs.
Probably missed when we removed verbose from job_kwargs. Does this look like a reasonable fix @zm711 ? This seems like a good time to check all the RecordingExtractors.
Possible fix for #3532
Adds
verbose
as a kwarg towrite_recording
forMdaRecordingExtractor
class, rather then it being injob_kwargs
.Probably missed when we removed
verbose
fromjob_kwargs
. Does this look like a reasonable fix @zm711 ? This seems like a good time to check all theRecordingExtractor
s.