Skip to content

Commit 2d48fe3

Browse files
eeisegnagustingroh
authored andcommitted
fixed exception print variable bug
1 parent b36b74e commit 2d48fe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scanoss/scanners/folder_hasher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def _build_root_node(
158158
filtered_files.sort()
159159

160160
bar = Bar('Hashing files...', max=len(filtered_files))
161+
full_file_path = ''
161162
for file_path in filtered_files:
162163
try:
163164
file_path_obj = Path(file_path) if isinstance(file_path, str) else file_path

0 commit comments

Comments
 (0)