1
0
forked from VimPlug/jedi

Sith still used NotFoundError which doesn't exist anymore in jedi

This commit is contained in:
Dave Halter
2018-01-06 14:14:16 +01:00
parent 9e1cce6111
commit d00b6ddd10

View File

@@ -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: