Skip to content
Snippets Groups Projects
Commit a8f66028 authored by Andreas Freise's avatar Andreas Freise
Browse files

changing append to extend in new bs code (mirroring mirror code)

parent 243e44d6
No related branches found
No related tags found
No related merge requests found
......@@ -328,7 +328,7 @@ class beamSplitter(AbstractMirrorComponent):
self.nodes[1].name, self.nodes[2].name,
self.nodes[3].name))
rtn.append(super(beamSplitter, self).getAttributeText())
rtn.extend(super(beamSplitter, self).getAttributeText())
return rtn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment