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
genotoul-bioinfo
ng6
Commits
be6e35c3
Commit
be6e35c3
authored
Oct 09, 2013
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
f98cbc38
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
be6e35c3
...
...
@@ -347,7 +347,6 @@ class Workflow(threading.Thread):
else
:
if
param
==
"name"
:
current_params
[
"display_name"
]
=
params
[
param_name
][
param
]
else
:
current_params
[
param
]
=
params
[
param_name
][
param
]
current_params
[
param
]
=
params
[
param_name
][
param
]
current_params
[
"name"
]
=
param_name
if
sub_order
.
has_key
(
param_name
):
for
sub_param
in
sub_order
[
param_name
]:
...
...
Write
Preview
Markdown
is supported
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