Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mayabrandi committed Oct 26, 2020
1 parent 9e0017b commit 7abd70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cg_lims/EPPs/files/make_kapa_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_file_data_and_write(lims: Lims, amount_step: str, artifacts: list, file:
"Index Well",
"PCR Plate",
]

make_plate_file(file, file_rows, headers)

if failed_samples:
Expand All @@ -124,7 +124,7 @@ def get_file_data_and_write(lims: Lims, amount_step: str, artifacts: list, file:
def make_kapa_csv(ctx, file, process_type):
"""Script to make a csv file for hamilton. See AM doc #2125
"""

LOG.info(f"Running {ctx.command_path} with params: {ctx.params}")
process = ctx.obj["process"]
lims = ctx.obj["lims"]
artifacts = get_artifacts(process=process, input=False)
Expand Down

0 comments on commit 7abd70f

Please sign in to comment.