Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
necaris committed Jul 9, 2020
1 parent 4dd579c commit 877b4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,8 +1078,8 @@ def _hook_preamble(self):
'CONDA_EXE': sys.executable,
'_CE_M': '-m',
'_CE_CONDA': 'conda',
'_CONDA_ROOT': '{python_path}{s}conda'.format(python_path=dirname(CONDA_PACKAGE_ROOT),
s=os.sep),
'_CONDA_ROOT': '{python_path}{s}conda'.format(
python_path=dirname(CONDA_PACKAGE_ROOT), s=os.sep),
'_CONDA_EXE': context.conda_exe,
}
else:
Expand Down

0 comments on commit 877b4b6

Please sign in to comment.