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

Add comment

parent bd6eae2c
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,8 @@ class CheckChecksum extends InProcessFunction {
if (outputChecksum != checksum.toLowerCase) {
logger.error(s"Input file: '$inputFile' md5sum is not as expected, aborting pipeline")
// 130 Simulates a ctr-C
Runtime.getRuntime.halt(130)
}
}
......
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