Skip to content

Prevent property deprecation warnings when unpickling options

The warning introduced with !633 (merged) produces false positives when unpickling options.

I introduced a protection to prevent warnings when unpickling.

Merge request reports