Skip to content
Snippets Groups Projects
Commit 5686ce39 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8437: Put images of awimager in private directory, to allow node scripts...

Task #8437: Put images of awimager in private directory, to allow node scripts to put files next to it
parent 05c01dcb
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,8 @@ class imager_awimager(BaseRecipe, RemoteCommandRecipeMixIn):
self.environment,
self.inputs['parset'],
self.inputs['working_directory'],
"%s-%s" % (self.inputs['output_image'], idx),
# put in unique dir, as node script wants to put private .par files next to it
"%s_%s/image" % (self.inputs['output_image'], idx),
measurement_path,
sourcedb_path,
self.inputs['mask_patch_size'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment