1
0
forked from VimPlug/jedi

If the VIRTUAL_ENV variable changes, need to reload the default environment, fixes #1201, #1200

This commit is contained in:
Dave Halter
2018-09-30 19:06:40 +02:00
parent f9cbc65f2d
commit 862f611829
3 changed files with 18 additions and 2 deletions

View File

@@ -126,6 +126,7 @@ def time_cache(seconds):
wrapper.clear_cache = lambda: cache.clear()
return wrapper
return decorator