just for safety

This commit is contained in:
David Halter
2012-04-05 18:48:00 +02:00
parent 4c1a2f3ba1
commit 6239a0fb72
3 changed files with 3 additions and 10 deletions

View File

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