Skip to content

Commit 1cfed70

Browse files
maxcapodi78maxcapodi78
maxcapodi78
authored and
maxcapodi78
committed
except without argument
1 parent 7dfb026 commit 1cfed70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyaedt/application/Design.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ def boundaries(self):
329329
ee = list(self.oboundary.GetExcitations())
330330
current_excitations = [i.split(":")[0] for i in ee[::2]]
331331
current_excitation_types = ee[1::2]
332-
bb.extend(ee)
332+
ff = [i.split(":")[0] for i in ee]
333+
bb.extend(ff)
333334

334335
# Parameters and Motion definitions
335336
if self.design_type in ["Maxwell 3D", "Maxwell 2D"]:

0 commit comments

Comments
 (0)