Commit a311d424 authored by Levin Zimmermann's avatar Levin Zimmermann

fixup! erp5_wendelin: Fix naming convention issue

parent d5973f53
Pipeline #22121 failed with stage
in 0 seconds
......@@ -71,7 +71,7 @@ class IngestionPolicyTool(Folder):
"Method 'unpack_lazy' is deprecated. Please use 'unpackLazy' instead.",
DeprecationWarning
)
return self.unpack_lazy(data, use_list=use_list)
return self.unpackLazy(data, use_list=use_list)
def unpackLazy(self, data, use_list=True):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment