args not defined
niosus opened this issue · 4 comments
As reported by @mehdidou99
DIR!!! = D:\Programmes\LLVM\bin
platform: ('64bit', 'WindowsPE')
python version: 3.5.1
filename = D:\Programmes\LLVM\bin\libclang.dll
Traceback (most recent call last):
File ".\script.py", line 23, in
compl_obj = tu.codeComplete(path=filename, args=clang_flags, line=4
TypeError: codeComplete() got an unexpected keyword argument 'args'
This was due to my stupid mistake and should be fixed now as of commit a0d7b00
Can you try to run everything again @mehdidou99 ?
Should be fixed now, So I will close this one for now. Please reopen should this still be happening.
The output seems to be normal, but I post it to be sure :
DIR!!! = D:\Programmes\LLVM\bin
platform: ('64bit', 'WindowsPE')
python version: 3.5.1
filename = D:\Programmes\LLVM\bin\libclang.dll
59
59
Yep, it is the expected output, which means that you have 59 completions ready. Exactly the number as I have. So it means that at least you can exactly reproduce the problem, which is already cool :)