1
0
forked from VimPlug/jedi

Use unicode sys paths always

This commit is contained in:
Dave Halter
2017-12-24 02:41:40 +01:00
parent 7bfca5bcd7
commit a38acdbe08
4 changed files with 37 additions and 9 deletions

View File

@@ -173,7 +173,7 @@ def eval_atom(context, atom):
)
elif isinstance(atom, tree.Literal):
string = parser_utils.safe_literal_eval(atom.value)
string = context.evaluator.compiled_subprocess.safe_literal_eval(atom.value)
return ContextSet(compiled.create_simple_object(context.evaluator, string))
else:
c = atom.children