Skip to content

Commit 2d1f9f8

Browse files
Fixed file formatting
1 parent 38c48b9 commit 2d1f9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utility-guides/BatchProcessing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This will call the other two functions in order to successfully process a batch.
6767
7. From Here it calls the `prepare_and_print_batch` function.
6868
1. If `get_subjects_from_pdf` was set to False it calls `get_nhs_no_from_batch_id`, which is imported from *utils.oracle.oracle_specific_functions*, to get the subjects from the batch and stores them as a pandas dataframe - **nhs_no_df**
6969
8. Once this is complete it calls the `check_batch_in_archived_batch_list` function
70-
9. Finally, once that function is complete it calls `verify_subject_event_status_by_nhs_no` which is imported from *utils/screening_subject_page_searcher*
70+
9. Finally, once that function is complete it calls `verify_subject_event_status_by_nhs_no` which is imported from *utils/screening_subject_page_searcher*
7171

7272
### Prepare And Print Batch
7373

0 commit comments

Comments
 (0)