Skip to content
Snippets Groups Projects
Commit 038806f5 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Added hidden out file

parent 2404e328
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,9 @@ class WriteSummary(val root: Configurable) extends InProcessFunction with Config
case f: QFunction => deps :+= f.firstOutput
case _ =>
}
jobOutputFile = new File(out.getParentFile, ".%s.%s.out".format(out.getName, analysisName))
super.freezeFieldValues()
}
......
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