##// END OF EJS Templates
Fix `merge_completions=False` error with Jedi...
Fix `merge_completions=False` error with Jedi Jedi uses filter to return an iterator hence we cannot just check `len()` to see if there are any completions.

File last commit:

r27747:f5d4e0ac
r27877:cd048143
Show More
print_argv.py
3 lines | 32 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])