Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nsidc_tests] Handle race condition if status completes early
Got `UnboundLocalError: local variable 'loop_root' referenced before assignment` in CI because the order request status completed early, so need to declare the 'loop_root' variable early.
- Loading branch information