Skip to content

Commit f0f4b4f

Browse files
authored
Update fossa.bbclass
1 parent 754394b commit f0f4b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/fossa.bbclass

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ python do_fossa() {
102102
try:
103103
installed_pkgs.append(mk_user_dependencies(pkg_metadata[pkg]))
104104
except Exception:
105-
pass
105+
bb.debug(f'failed to retrieve pkg metadata for {pkg} because: {err}')
106106

107107
# Ensure path exists
108108
fossa_deps_dir = d.getVar("FOSSA_STAGING_DIR")

0 commit comments

Comments
 (0)