Skip to content

Commit fe3a998

Browse files
committed
troubleshooting CI issue
1 parent eb02e47 commit fe3a998

File tree

1 file changed

+1
-0
lines changed
  • src/databricks/labs/ucx/source_code

1 file changed

+1
-0
lines changed

src/databricks/labs/ucx/source_code/graph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def add_to_dependencies(graph: DependencyGraph) -> bool:
137137
# if already encountered we're done
138138
if dependency in children:
139139
return False
140+
logger.warning(f"Considering {dependency.path}")
140141
# if it's not a real file, then it's not a root
141142
if not dependency.path.is_file():
142143
children.add(dependency)

0 commit comments

Comments
 (0)