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
We want to support and id many distros. For now if we cannot recognize one we get this:
Error during scanpipe/pipelines/root_filesystems.py execution:
'NoneType' object has no attribute 'to_dict'
Traceback:
File "/home/work/scancode.io/scanpipe/pipelines/__init__.py", line 75, in execute
step(self)
File "/home/work/scancode.io/scanpipe/pipelines/root_filesystems.py", line 50, in collect_rootfs_information
rootfs_data["distro"] = rfs.distro.to_dict()
We should instead provide at least a better error message:
outline the checks that were made (e.g. searching for specific files that were not found)
We want to support and id many distros. For now if we cannot recognize one we get this:
We should instead provide at least a better error message:
This may be something to implement in https://github.com/nexB/container-inspector/blob/develop/src/container_inspector/distro.py partially
The text was updated successfully, but these errors were encountered: