Explorar el Código

misc: tools/kemi/lua - fixed field name in python script

Daniel-Constantin Mierla hace 4 años
padre
commit
28ff6b5cb5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      misc/tools/kemi/lua/kemiksrlib.py

+ 1 - 1
misc/tools/kemi/lua/kemiksrlib.py

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