mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Sith still used NotFoundError which doesn't exist anymore in jedi
This commit is contained in:
2
sith.py
2
sith.py
@@ -127,8 +127,6 @@ class TestCase(object):
|
||||
print("{path}: Line {line} column {column}".format(**self.__dict__))
|
||||
self.show_location(self.line, self.column)
|
||||
self.show_operation()
|
||||
except jedi.NotFoundError:
|
||||
pass
|
||||
except Exception:
|
||||
self.traceback = traceback.format_exc()
|
||||
if record is not None:
|
||||
|
||||
Reference in New Issue
Block a user