mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Meshing: Fix pep8.
parent
754910f514
commit
400b743feb
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue