Skip to content

Commit

Permalink
add back space
Browse files Browse the repository at this point in the history
  • Loading branch information
angloyna committed Aug 12, 2020
1 parent 496542c commit 8438fc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2028,10 +2028,10 @@ def setUp(self):
# is variable, but at least it is not slow.
if not which('git') or which('git').startswith(sys.prefix):
log.warning("Installing `git` into {} because during these tests"
"`conda` uses `git` to get its version, and the git"
"found on `PATH` on this system seems to be part of"
"a conda env. They stack envs which means that the"
"the original sys.prefix conda env falls off of it."
"`conda` uses `git` to get its version, and the git"
"found on `PATH` on this system seems to be part of"
"a conda env. They stack envs which means that the"
"the original sys.prefix conda env falls off of it."
.format(sys.prefix))
run_command(Commands.INSTALL, self.prefix3, "git")

Expand Down

0 comments on commit 8438fc7

Please sign in to comment.