1
0
forked from VimPlug/jedi

Add the cache_path parameter to parso calls.

This commit is contained in:
Dave Halter
2017-05-20 10:08:48 -04:00
parent 50c7137437
commit f35f1b9676
5 changed files with 12 additions and 6 deletions

View File

@@ -239,4 +239,3 @@ def get_parent_scope(node, include_flows=False):
break
scope = scope.parent
return scope