Skip to content

Commit

Permalink
Use short form of virtualenv path when creating the virtualenv (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed May 16, 2019
1 parent 2f9f68a commit 1d83d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox/virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def create(self):

logger.info(
"Creating virtualenv using {} in {}".format(
os.path.basename(self._resolved_interpreter), self.location
os.path.basename(self._resolved_interpreter), self.location_name
)
)
nox.command.run(cmd, silent=True, log=False)
Expand Down

0 comments on commit 1d83d64

Please sign in to comment.