Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[py] Fix test for CONDA_PREFIX in selenium_manager
Accessing CONDA_PREFIX in os.environ fails with a KeyError when it is not set. The condition should instead check for the existence of the key, before accessing it in the following codepath Fixes: d4285d1 ("fix for conda install of selenium-manager (SeleniumHQ#12536)")
- Loading branch information