Skip to content

Commit

Permalink
Fem: add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 2, 2020
1 parent 99c9bda commit 24f10a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femobjects/_FemConstraintBodyHeatSource.py
Expand Up @@ -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"
Expand Down

1 comment on commit 24f10a3

@berndhahnebach
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks :-)

Please sign in to comment.