Closed deldesir closed 9 months ago
thanks for catching this!
v2.3.005 should work... I think I'll move away from using namespaces eventually; although the errors between function arguments, dictionaries, and objects are all pretty similar anyway.
I should probably add a test here but I don't really plan on making any changes to the extract_metadata function for a while
Describe the bug When running the
lb dl
command, anAttributeError
is encountered in thexklb/fs_extract.py
module. The error message indicates that the 'Namespace' object has no attribute 'hash,' leading to the failure of the extraction process.To Reproduce
AttributeError
in thexklb/fs_extract.py
module.Expected behavior The
lb dl
command should execute successfully without encountering anAttributeError
. The 'hash' attribute should be properly handled in thefs_extract.py
module, ensuring a smooth extraction process.Desktop (please complete the following information):
Additional context The error occurred within an ipdb (IPython Debugger) session.