From 82fbac63e35070f49023c21e982e83f7ca14a7eb Mon Sep 17 00:00:00 2001 From: Jamie Bliss Date: Wed, 28 Aug 2019 14:50:19 -0400 Subject: [PATCH] Bug in autovox --- xontrib/autovox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xontrib/autovox.py b/xontrib/autovox.py index 0a95befa8..2e7621765 100644 --- a/xontrib/autovox.py +++ b/xontrib/autovox.py @@ -71,7 +71,7 @@ def check_for_new_venv(curdir): if newve is None: vox.deactivate() else: - vox.activate(newve) + vox.activate(newve.env) # Core mechanism: Check for venv when the current directory changes