From 650cb4de64d4b8dff2dc761cbf89fe98793ee210 Mon Sep 17 00:00:00 2001 From: Matt <16054364+matt-159@users.noreply.github.com> Date: Wed, 21 Sep 2022 16:41:37 -0700 Subject: [PATCH] I don't why I had commas in here, but now they're gone --- __init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/__init__.py b/__init__.py index 5424165..5865202 100644 --- a/__init__.py +++ b/__init__.py @@ -355,10 +355,10 @@ def run_as_headless(): if args.resume_failed_batch: _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, - input.failed_dna=_failed_dna, - input.failed_dna_index=_failed_dna_index, + input.fail_state = _fail_state + input.failed_batch = _failed_batch + input.failed_dna= _failed_dna + input.failed_dna_index = _failed_dna_index if args.operation == 'create-dna': intermediate.send_to_record(input)