Skip to content

Commit d5bada3

Browse files
Altering return statement in prepare_and_print_batch
1 parent cc453cd commit d5bada3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/batch_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def prepare_and_print_batch(
137137
except Exception as e:
138138
pytest.fail(f"Batch successfully archived message is not shown: {str(e)}")
139139

140-
return nhs_no_df if "nhs_no_df" in locals() else None
140+
return nhs_no_df
141141

142142

143143
def check_batch_in_archived_batch_list(page: Page, link_text) -> None:

0 commit comments

Comments
 (0)