mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
string literal handling
This commit is contained in:
@@ -34,7 +34,7 @@ def completion_test(source):
|
||||
try:
|
||||
completions = functions.complete(source, line_nr, 999,
|
||||
completion_test_dir)
|
||||
except:
|
||||
except Exception:
|
||||
print 'test @%s: %s' % (line_nr-1, line)
|
||||
print traceback.format_exc()
|
||||
fails += 1
|
||||
|
||||
Reference in New Issue
Block a user