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
5a013138
Commit
5a013138
authored
Feb 13, 2014
by
Andreas Freise
Browse files
fixing error with x2axis command.
parent
2872fa34
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/commands.py
View file @
5a013138
...
...
@@ -183,4 +183,4 @@ class x2axis(xaxis):
if
len
(
values
)
!=
6
:
raise
exceptions
.
RuntimeError
(
"xaxis Finesse code format incorrect '{0}'"
.
format
(
text
))
return
x2axis
(
values
[
2
],
[
values
[
3
],
values
[
4
]],
values
[
0
],
values
[
1
],
values
[
5
])
return
x2axis
(
values
[
2
],
[
values
[
3
],
values
[
4
]],
values
[
1
],
values
[
5
],
comp
=
values
[
0
])
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