mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Bug in autovox
This commit is contained in:
parent
3586da78da
commit
82fbac63e3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def check_for_new_venv(curdir):
|
||||||
if newve is None:
|
if newve is None:
|
||||||
vox.deactivate()
|
vox.deactivate()
|
||||||
else:
|
else:
|
||||||
vox.activate(newve)
|
vox.activate(newve.env)
|
||||||
|
|
||||||
|
|
||||||
# Core mechanism: Check for venv when the current directory changes
|
# Core mechanism: Check for venv when the current directory changes
|
||||||
|
|
Loading…
Add table
Reference in a new issue