Skip to content
Snippets Groups Projects
Commit 4c974c22 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #2942: We need to set 'outputs' field 'ok' when we're exiting early...

Task #2942: We need to set 'outputs' field 'ok' when we're exiting early because our output file already exists.
parent c07d8ea3
Branches
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ class dppp(LOFARnodeTCP):
self.logger.info(
"Output file %s already exists. We're done." % outfile
)
self.outputs['ok'] = True
return 0
# Create a working copy if input and output are identical, to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment