From c8bec32242f49c0098b097d535fbafdc43941952 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sun, 15 Mar 2015 19:49:52 +0100 Subject: [PATCH] Add a comment to prevent mistakes. --- lslopt/lslparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index f427cf0..c8725d0 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -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')