... | ... |
@@ -8,7 +8,7 @@ PATH_GENERATED_OBJ = "KSR.lua" |
8 | 8 |
class ModuleObjGenerator(object): |
9 | 9 |
|
10 | 10 |
# Contains the output until it should be written to disk |
11 |
- output_string = "" |
|
11 |
+ object_string = "" |
|
12 | 12 |
|
13 | 13 |
def execute(self, data): |
14 | 14 |
# Validate that we got some methods back. 155 is an arbitrary large number. |