We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc453cd commit d5bada3Copy full SHA for d5bada3
utils/batch_processing.py
@@ -137,7 +137,7 @@ def prepare_and_print_batch(
137
except Exception as e:
138
pytest.fail(f"Batch successfully archived message is not shown: {str(e)}")
139
140
- return nhs_no_df if "nhs_no_df" in locals() else None
+ return nhs_no_df
141
142
143
def check_batch_in_archived_batch_list(page: Page, link_text) -> None:
0 commit comments