Skip to content

Commit bd86a4f

Browse files
committed
Add current file to debug log
Signed-off-by: John Pennycook <[email protected]>
1 parent fb13460 commit bd86a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codebasin/finder.py

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def find(
176176
leave=False,
177177
disable=not show_progress,
178178
):
179+
log.debug(f"Parsing {f}")
179180
state.insert_file(f)
180181

181182
# Process each tree, by associating nodes with platforms

0 commit comments

Comments
 (0)