Skip to content

Commit

Permalink
Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolker-KU committed Dec 27, 2021
1 parent d8c3be7 commit a135fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox/virtualenv.py
Expand Up @@ -203,7 +203,7 @@ def __init__(
self.reuse_existing = reuse_existing
self.venv_params = venv_params if venv_params else []
self.conda_cmd = conda_cmd
super(CondaEnv, self).__init__(env={"CONDA_PREFIX": self.location})
super().__init__(env={"CONDA_PREFIX": self.location})

def _clean_location(self) -> bool:
"""Deletes existing conda environment"""
Expand Down

0 comments on commit a135fda

Please sign in to comment.