Explorar o código

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

Daniel-Constantin Mierla %!s(int64=4) %!d(string=hai) anos
pai
achega
28ff6b5cb5
Modificáronse 1 ficheiros con 1 adicións e 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.