You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classFiwalkFido(fido.Fido):
"""docstring for FiwalkFido"""# [...]defidentify_file(self, filename):
"""Identify the type of @param filename."""# [...]bofbuffer, eofbuffer=self.get_buffers(f, size, seekable=True)
We have a class in src/archivematicaCommon/lib/externals/fiwalk_plugins/pronom_ident.py that subclasses
fido.Fido
(from https://github.com/openpreserve/fido).The method
get_buffers
is treated as it returned a tuple of two items however the method changed a long time ago starting to return a tuple of three items: https://github.com/openpreserve/fido/blob/master/fido/fido.py#L536-L582.It seems that this change was introduced in v1.3.4-84: openpreserve/fido@d3d5e23.
Redmine: https://projects.artefactual.com/issues/11256 (private)
The text was updated successfully, but these errors were encountered: