Show More
@@ -1346,8 +1346,7 b' class IPCompleter(Completer):' | |||
|
1346 | 1346 | |
|
1347 | 1347 | interpreter = jedi.Interpreter( |
|
1348 | 1348 | text, namespaces, column=cursor_column, line=cursor_line + 1) |
|
1349 | ||
|
1350 | try_jedi = False | |
|
1349 | try_jedi = True | |
|
1351 | 1350 | |
|
1352 | 1351 | try: |
|
1353 | 1352 | # should we check the type of the node is Error ? |
General Comments 0
You need to be logged in to leave comments.
Login now