Add a comment to prevent mistakes.

This commit is contained in:
Sei Lisa 2015-03-15 19:49:52 +01:00
parent 56f40a9c76
commit c8bec32242

View file

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