mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-26 13:46:43 +08:00
Raise a proper exception instead of assert in case only_stubs and prefer_stubs are given
This commit is contained in:
@@ -369,7 +369,6 @@ class BaseDefinition(object):
|
||||
return self.goto(**kwargs)
|
||||
|
||||
def _goto(self, only_stubs=False, prefer_stubs=False):
|
||||
assert not (only_stubs and prefer_stubs)
|
||||
|
||||
if not self._name.is_value_name:
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user