script fail osc_preprocessing with backgroundextraction

Hi
The script “osc_preprocessingwithbackgroundextraction” returns the error
“18:22:06: # Pre-process Light Frames
18:22:06: Running command: preprocess
18:22:06: This command is deprecated: calibrate should be used instead.
18:22:06: Checking sequences in the directory: C:\SIRIL\process.”
What do I have to change in the scrip to let it work?

Thanks

This is not an error, but a warning.
You need to apply what the message is saying.
Replace preprocess by calibrate in your script if you want to remove the warning.

Ah, misread, thanks.