diff --git a/ftp_orders/main.py b/ftp_orders/main.py index e76d05bb36..c5378821b8 100644 --- a/ftp_orders/main.py +++ b/ftp_orders/main.py @@ -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())