Now calling the check_failed_batches() function with an existing object

pull/147/head
Matt 2022-09-21 14:12:00 -07:00
rodzic bc6a46a40a
commit 5fb4476c1b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -353,7 +353,7 @@ def run_as_headless():
input.batch_json_save_path = args.batch_data_path
if args.resume_failed_batch:
_fail_state, _failed_batch, _failed_dna, _failed_dna_index = helpers.check_failed_batches(_batch_json_save_path)
_fail_state, _failed_batch, _failed_dna, _failed_dna_index = helpers.check_failed_batches(input.batch_json_save_path)
input.fail_state=_fail_state,
input.failed_batch=_failed_batch,