Skip to content

Commit

Permalink
fix copy pull_results
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed Sep 20, 2024
1 parent c804e2d commit d6c6e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ftp_orders/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def pull_result(self, file: str):
file_name_internal_code = internal_code.replace(".", "_")
iss_file.uploaded_file.name = f"{tube_number}_{file_name_internal_code}.pdf"
iss_file.save()
continue
elif (obx.OBX.obx_3.obx_3_1.value).lower() == "jpg":
tmp_fractions["jpg"] = obx.OBX.obx_5.obx_5_5.value
result.append(tmp_fractions.copy())
Expand Down

0 comments on commit d6c6e68

Please sign in to comment.