mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Downgrade a FIXME item to TODO.
This commit is contained in:
parent
3686d490a2
commit
250090f418
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class outscript(object):
|
||||||
# binary operands, as they have a deceitful binding power when
|
# binary operands, as they have a deceitful binding power when
|
||||||
# there's a unary minus downstream.
|
# there's a unary minus downstream.
|
||||||
#
|
#
|
||||||
# FIXME: See if the parenthesizing of ~ and ! can be improved.
|
# TODO: See if the parenthesizing of ~ and ! can be improved.
|
||||||
elif lnt in ('~', '!'):
|
elif lnt in ('~', '!'):
|
||||||
lparen = True
|
lparen = True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue