Skip to content

Commit

Permalink
COpy file change
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Jul 12, 2024
1 parent 3636c18 commit b5f7457
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,11 +441,6 @@ def tidy_up_at_collection_end_plan(
dcid.notify_end()
logger.info("End Time = %s" % end_time.ctime())

# Copy parameter file
# TODO Need 118 to tidy this one up, for now:
filepath = Path(parameters.visit) / parameters.directory
shutil.copy2(PARAM_FILE_PATH / PARAM_FILE_NAME, filepath / PARAM_FILE_NAME)


@log.log_on_entry
def run_extruder_plan(
Expand Down Expand Up @@ -494,4 +489,8 @@ def run_extruder_plan(
), # TODO complete and fix
auto_raise=False,
)
pass

# Copy parameter file
# TODO Need 118 to tidy this one up, for now:
filepath = Path(parameters.visit) / parameters.directory
shutil.copy2(PARAM_FILE_PATH / PARAM_FILE_NAME, filepath / PARAM_FILE_NAME)

0 comments on commit b5f7457

Please sign in to comment.