Skip to content
Snippets Groups Projects
Commit 2e4547cd authored by Emmanouil (Manos) Koukoutos's avatar Emmanouil (Manos) Koukoutos Committed by Etienne Kneuss
Browse files

Make sure repair folder is not null

parent 42334a24
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ case class RepairResult(f: File, ...@@ -15,7 +15,7 @@ case class RepairResult(f: File,
repairTrusted: Option[Boolean] = None) { repairTrusted: Option[Boolean] = None) {
def toLine = { def toLine = {
val benchCat = f.getParentFile().getName() val benchCat = f.getAbsoluteFile().getParentFile().getName()
val benchName = f.getName() val benchName = f.getName()
val benchFun = name val benchFun = name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment