Skip to content

Commit

Permalink
Update ftp_orders/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
urchinpro and github-actions[bot] authored Jul 1, 2024
1 parent 57ba51e commit 632c72b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ftp_orders/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,7 @@ def pull_result(self, file: str):
continue
tmp_fsli = obx.OBX.obx_3.obx_3_1.value
if tmp_fsli not in fractions_fsl:
Log.log(key=tube_number, type=190005, body=json.dumps({
"tube": tube_number,
"internal_code": internal_code,
"researchTile": research_title,
"file": file
}), user=None).save()
Log.log(key=tube_number, type=190005, body=json.dumps({"tube": tube_number, "internal_code": internal_code, "researchTile": research_title, "file": file}), user=None).save()
self.copy_file(file, FTP_PATH_TO_SAVE)
self.delete_file(file)
return
Expand Down

0 comments on commit 632c72b

Please sign in to comment.