Updating the error message for ycm_core loading
This commit is contained in:
parent
011af9620d
commit
18ef728742
@ -30,7 +30,8 @@ except ImportError as e:
|
|||||||
'Error importing ycm_core. Are you sure you have placed a version 3.2+ '
|
'Error importing ycm_core. Are you sure you have placed a version 3.2+ '
|
||||||
'libclang.[so|dll|dylib] in folder "{0}"? See the Installation Guide in '
|
'libclang.[so|dll|dylib] in folder "{0}"? See the Installation Guide in '
|
||||||
'the docs. Full error: {1}'.format(
|
'the docs. Full error: {1}'.format(
|
||||||
os.path.dirname( os.path.abspath( __file__ ) ), str( e ) ) )
|
os.path.dirname( os.path.dirname( os.path.abspath( __file__ ) ) ),
|
||||||
|
str( e ) ) )
|
||||||
|
|
||||||
|
|
||||||
def CompletionStartColumn():
|
def CompletionStartColumn():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user