Skip to content

Commit c40c364

Browse files
Updating DocString to account for the new feature
1 parent ec5ae26 commit c40c364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/batch_processing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def batch_processing(
3333
- batch_description: This is the description of the batch. E.g. Pre-invitation (FIT)
3434
- latest_event_status: This is the status the subject will get updated to after the batch has been processed.
3535
- run_timed_events: This is an optional input that executes bcss_timed_events if set to True
36+
- get_subjects_from_pdf: This is an optial input to change the method of retrieving subjects from the batch from the Db to the PDF file.
3637
"""
3738
logging.info(f"Processing {batch_type} - {batch_description} batch")
3839
BasePage(page).click_main_menu_link()

0 commit comments

Comments
 (0)