FEM: py code formating

This commit is contained in:
Bernd Hahnebach
2020-02-04 21:32:15 +01:00
parent efff32cbbc
commit c5bc1722e2
2 changed files with 5 additions and 3 deletions

View File

@@ -203,9 +203,9 @@ class _TaskPanelFemMaterial:
# get all available materials (fill self.materials, self.cards and self.icons)
from materialtools.cardutils import import_materials as getmats
# Note: import_materials(category="Solid", ...),
# Note: import_materials(category="Solid", ...),
# category default to Solid, but must be given for FluidMaterial to be imported
self.materials, self.cards, self.icons = getmats(self.obj.Category )
self.materials, self.cards, self.icons = getmats(self.obj.Category)
# fill the material comboboxes with material cards
self.add_cards_to_combo_box()