forked from VimPlug/jedi
Remove expanduser from the parser path. Not sure if that makes sense so I'd rather remove it.
This commit is contained in:
@@ -74,9 +74,6 @@ def parse(code=None, path=None, grammar=None, error_recovery=True,
|
|||||||
if grammar is None:
|
if grammar is None:
|
||||||
grammar = load_grammar()
|
grammar = load_grammar()
|
||||||
|
|
||||||
if path is not None:
|
|
||||||
path = os.path.expanduser(path)
|
|
||||||
|
|
||||||
if cache and not code and path is not None:
|
if cache and not code and path is not None:
|
||||||
# In this case we do actual caching. We just try to load it.
|
# In this case we do actual caching. We just try to load it.
|
||||||
module_node = load_module(grammar, path)
|
module_node = load_module(grammar, path)
|
||||||
|
|||||||
Reference in New Issue
Block a user