diff --git a/CEP/Pipeline/recipes/sip/bin/msss_target_pipeline.py b/CEP/Pipeline/recipes/sip/bin/msss_target_pipeline.py index f628424d523a889d88c2d00d6dca00ae5abab48e..1d8cee64e7ef17be827fa41597a905bc14477f0c 100755 --- a/CEP/Pipeline/recipes/sip/bin/msss_target_pipeline.py +++ b/CEP/Pipeline/recipes/sip/bin/msss_target_pipeline.py @@ -146,7 +146,8 @@ class msss_target_pipeline(control): mapfile_source=source_path, mapfile_target=target_path, mapfiles_dir=copier_map_path, - mapfile=copied_files_path)['mapfile_target_copied'] + mapfile=copied_files_path, + allow_move=False)['mapfile_target_copied'] # Some copy action might fail; the skip fields in the other map-files # need to be updated these to reflect this. @@ -308,7 +309,8 @@ class msss_target_pipeline(control): mapfile_source=bbs_mapfile, mapfile_target=corrected_mapfile, mapfiles_dir=mapfile_dir, - mapfile=corrected_mapfile + mapfile=corrected_mapfile, + allow_move=True ) # *********************************************************************