Fem: add missing comma

This commit is contained in:
wmayer
2020-03-02 12:10:57 +01:00
parent 99c9bdaaf7
commit 24f10a34ea

View File

@@ -37,7 +37,7 @@ class Proxy(FemConstraint.Proxy):
def __init__(self, obj):
super(Proxy, self).__init__(obj)
obj.addProperty(
"App::PropertyFloat"
"App::PropertyFloat",
"HeatSource",
"Base",
"Body heat source"