Salome HOME
Add construction plugin without tests.
[modules/shaper.git] / src / PythonAPI / model / roots.py
index 798f4dac388bce30f7de459b30e0347d14d7504c..a5ac3c2014234874c733336619b588704301eca1 100644 (file)
@@ -63,9 +63,9 @@ class Interface():
         """Return ModelAPI_Feature."""
         return self._feature
 
-    def _fill_attribute(self, attribute, value, *args):
+    def _fill_attribute(self, attribute, value):
         """Fill ModelAPI_Attribute* with value."""
-        tools.fill_attribute(attribute, value, *args)
+        tools.fill_attribute(attribute, value)
 
     def setRealInput(self, inputid, value):
         self._feature.data().real(inputid).setValue(value)