From d00b6ddd10e5fdc3ac89db92f886ba7ef7206758 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 6 Jan 2018 14:14:16 +0100 Subject: [PATCH] Sith still used NotFoundError which doesn't exist anymore in jedi --- sith.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sith.py b/sith.py index ab2ba293..c2367663 100755 --- a/sith.py +++ b/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: