1
0
forked from VimPlug/jedi

Fix an issue between different subprocess versions

This commit is contained in:
Dave Halter
2019-03-08 18:20:00 +01:00
parent 967d35e4be
commit b659b20d27
2 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class ImplicitNamespaceContext(Context):
return self._fullname
def py__path__(self):
return [self.paths]
return self.paths
def py__name__(self):
return self._fullname