Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix
dry_run
in BaseSubmissionController
The `submit_new_batch` method fails when setting `dry_run = True`, as it attempts to index a `set` which raises a `TypeError`. This issue is fixed by converting the `set` to a `list`.
- Loading branch information