Debug info about found submodules
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
@@ -100,6 +100,7 @@ class Cloner:
|
||||
continue
|
||||
discovered = repo_tool.list_submodules(commit)
|
||||
if discovered:
|
||||
log.debug(f"Commit refers to {len(discovered)} submodules")
|
||||
for submodule in discovered:
|
||||
if submodule not in submodule_list:
|
||||
log.warning(f"Found new submodule: {submodule}")
|
||||
|
||||
Reference in New Issue
Block a user