Show More
@@ -1346,8 +1346,7 b' class IPCompleter(Completer):' | |||||
1346 |
|
1346 | |||
1347 | interpreter = jedi.Interpreter( |
|
1347 | interpreter = jedi.Interpreter( | |
1348 | text, namespaces, column=cursor_column, line=cursor_line + 1) |
|
1348 | text, namespaces, column=cursor_column, line=cursor_line + 1) | |
1349 |
|
1349 | try_jedi = True | ||
1350 | try_jedi = False |
|
|||
1351 |
|
1350 | |||
1352 | try: |
|
1351 | try: | |
1353 | # should we check the type of the node is Error ? |
|
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