mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Add a comment to prevent mistakes.
This commit is contained in:
parent
56f40a9c76
commit
c8bec32242
1 changed files with 1 additions and 1 deletions
|
@ -2233,7 +2233,7 @@ list lazy_list_set(list L, integer i, list v)
|
|||
This function also builds the temporary globals table.
|
||||
"""
|
||||
|
||||
self.script = script
|
||||
self.script = script # needed here so there's a .script property for EParse in case of exception in decode()
|
||||
if type(script) is not unicode:
|
||||
try:
|
||||
self.script = script.decode('utf8')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue