Do no reassign the report.
This commit is contained in:
parent
6c91d2a0e4
commit
594c268249
|
@ -106,7 +106,7 @@ def analyzeDependency(modules2deps, alreadyInTheTree, artifacts2projects, report
|
|||
report['downstream_projects'] << artifacts2projects[d]
|
||||
}
|
||||
// go recursive
|
||||
report = analyzeDependency(modules2deps, alreadyInTheTree, artifacts2projects, report, d, nextDepth)
|
||||
analyzeDependency(modules2deps, alreadyInTheTree, artifacts2projects, report, d, nextDepth)
|
||||
}
|
||||
}
|
||||
report
|
||||
|
|
Loading…
Reference in New Issue