There was an error while loading. Please reload this page.
1 parent a4f3678 commit 0b50ab1Copy full SHA for 0b50ab1
1 file changed
src/scancode/cache.py
@@ -77,6 +77,7 @@ def scan_key(self, path, file_infos):
77
Return a scan cache key for a path and file_infos.
78
"""
79
sha1 = file_infos['sha1']
80
+ print(file_infos)
81
assert sha1
82
# we may eventually store directories, in which case we use the path as a key
83
return sha1 or path
0 commit comments