Explorar el Código

Merge branch 'master' into testing

Yentl Van Tendeloo hace 8 años
padre
commit
a6ee4b7340
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      wrappers/modelverse.py

+ 1 - 1
wrappers/modelverse.py

@@ -905,7 +905,7 @@ def attr_assign_code(model_name, ID, attr, code):
 
     _goto_mode(MODE_MODIFY, model_name)
 
-    _input(["attr_add", ID, attr])
+    _input(["attr_add_code", ID, attr])
     _handle_output("Waiting for code constructors...")
     _input(compiled)
     _output("Success")