mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
just for safety
This commit is contained in:
@@ -195,6 +195,8 @@ def follow_statement(stmt, scope=None):
|
||||
if not isinstance(tok, str):
|
||||
# the string tokens are just operations (+, -, etc.)
|
||||
result += follow_call(scope, tok)
|
||||
else:
|
||||
debug.warning('dini mueter, found string:', tok)
|
||||
return result
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user