Fix root
This commit is contained in:
parent
8dd083aae5
commit
ce969aa25c
@ -136,7 +136,7 @@ fun main(args: Array<String>) = mainBody {
|
|||||||
runBlocking {
|
runBlocking {
|
||||||
flow {
|
flow {
|
||||||
fnames.forEach { fname ->
|
fnames.forEach { fname ->
|
||||||
emit(parseHistory(repo, projectRootFile, File(fname)))
|
emit(parseHistory(repo, projectRootFile, File(projectRootFile, fname)))
|
||||||
}
|
}
|
||||||
}.map { history ->
|
}.map { history ->
|
||||||
analyze(riskModel, creation_constant, history, verbose)
|
analyze(riskModel, creation_constant, history, verbose)
|
||||||
|
Loading…
Reference in New Issue
Block a user