Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Aug 7, 2024
1 parent 42d3e22 commit 9fac5fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ fun main(args: Array<String>) {
}
}
allJobs.awaitAll()
Paths.get("$tool-$iteration.csv").bufferedWriter().use {
Paths.get("$tool-$runName-$iteration.csv").bufferedWriter().use {
it.write(allData.joinToString("\n"))
}
}
Expand Down

0 comments on commit 9fac5fa

Please sign in to comment.