Bug in autovox

This commit is contained in:
Jamie Bliss 2019-08-28 14:50:19 -04:00
parent 3586da78da
commit 82fbac63e3

View file

@ -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