mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Cosmetic: make another comment clearer
This commit is contained in:
parent
cfa7e1de89
commit
8078be8401
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ class parser(object):
|
||||||
# Promote value to float
|
# Promote value to float
|
||||||
term = [S[op], S[type1], term, self.autocastcheck(value, type1)]
|
term = [S[op], S[type1], term, self.autocastcheck(value, type1)]
|
||||||
else:
|
else:
|
||||||
# Convert LHS to type2 if possible (note keys are not allowed)
|
# Convert LHS to type2 if possible (note no keys arrive here)
|
||||||
term = [S[op], S[type2], self.autocastcheck(term, type2), value]
|
term = [S[op], S[type2], self.autocastcheck(term, type2), value]
|
||||||
|
|
||||||
return term
|
return term
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue