mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +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__))
|
print("{path}: Line {line} column {column}".format(**self.__dict__))
|
||||||
self.show_location(self.line, self.column)
|
self.show_location(self.line, self.column)
|
||||||
self.show_operation()
|
self.show_operation()
|
||||||
except jedi.NotFoundError:
|
|
||||||
pass
|
|
||||||
except Exception:
|
except Exception:
|
||||||
self.traceback = traceback.format_exc()
|
self.traceback = traceback.format_exc()
|
||||||
if record is not None:
|
if record is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user