Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Steinlechner
pykat
Commits
a8f66028
Commit
a8f66028
authored
Dec 11, 2013
by
Andreas Freise
Browse files
changing append to extend in new bs code (mirroring mirror code)
parent
243e44d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/components.py
View file @
a8f66028
...
...
@@ -328,7 +328,7 @@ class beamSplitter(AbstractMirrorComponent):
self
.
nodes
[
1
].
name
,
self
.
nodes
[
2
].
name
,
self
.
nodes
[
3
].
name
))
rtn
.
app
end
(
super
(
beamSplitter
,
self
).
getAttributeText
())
rtn
.
ext
end
(
super
(
beamSplitter
,
self
).
getAttributeText
())
return
rtn
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment