1
0
forked from VimPlug/jedi

fix get_code method for Operator (still ugly, though)

This commit is contained in:
Dave Halter
2014-02-26 22:23:21 +01:00
parent 3330e29748
commit fdabca20e9
3 changed files with 17 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ def sys_path_with_modifications(module):
try:
exec_function(c % code, variables)
except Exception:
debug.warning('sys path detected, but failed to evaluate')
debug.warning('sys.path manipulation detected, but failed to evaluate.')
return None
try:
res = variables['result']