Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid error if access results key is not found for erasures
in cases where connector is disabled, there won't be an entry in the acces results for that connector's key. instead of throwing a key error, we instead just pass in an empty list to the erasure execution, which will not actually execute anyway.
- Loading branch information