Commit 400b743f authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Geometry: Meshing: Fix pep8.

Showing with 2 additions and 2 deletions
+2 -2
...@@ -67,7 +67,7 @@ class MeshingDialog(PamhyrDialog): ...@@ -67,7 +67,7 @@ class MeshingDialog(PamhyrDialog):
) )
self.combobox_add_items( self.combobox_add_items(
"comboBox_lm", ["1","2","3"] "comboBox_lm", ["1", "2", "3"]
) )
self.set_combobox_text("comboBox_lm", self._lm) self.set_combobox_text("comboBox_lm", self._lm)
...@@ -87,7 +87,7 @@ class MeshingDialog(PamhyrDialog): ...@@ -87,7 +87,7 @@ class MeshingDialog(PamhyrDialog):
@property @property
def profiles(self): def profiles(self):
if self._profiles == None: if self._profiles is None:
self._profiles = list( self._profiles = list(
map( map(
lambda p: self._profile_name(p), lambda p: self._profile_name(p),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment