##// END OF EJS Templates
fix formatting
Shaun Walbridge -
Show More
@@ -45,7 +45,7 b' def _get_conda_like_executable(command):'
45 45 # Check for a environment variable bound to the base executable, both conda and mamba
46 46 # set these when activating an environment.
47 47 base_executable = "CONDA_EXE"
48 if 'mamba' in command.lower():
48 if "mamba" in command.lower():
49 49 base_executable = "MAMBA_EXE"
50 50 if base_executable in os.environ:
51 51 executable = Path(os.environ[base_executable])
General Comments 0
You need to be logged in to leave comments. Login now