Skip to content

Close the file before calling stop callback to let cb to do file modifications like renaming.

Julien Wadel requested to merge fix/file_permission into release/5.1

The autodownload tries to rename the file on stop callback which is impossible because of the open state of the file.

Edited by Julien Wadel

Merge request reports