Skip to content

Commit

Permalink
Remove extra file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Nov 1, 2023
1 parent f326431 commit cf2e123
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class SingleFileReportWriter {
): File {
val reportsDir = prepareReportsDir(baseDir, location)
val reportFile = File(reportsDir, "$taskName.$extension")
reportFile.createNewFile()
reportFile.writeText(report)
return reportFile
}
Expand Down

0 comments on commit cf2e123

Please sign in to comment.