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
jflow
Commits
2d4f20f0
Commit
2d4f20f0
authored
May 18, 2015
by
Jerome Mariette
Browse files
fix a bug with errors handling
parent
9494dd26
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
2d4f20f0
...
...
@@ -596,6 +596,7 @@ class Workflow(threading.Thread):
if
odict
.
has_key
(
'external_components'
)
:
del
odict
[
'external_components'
]
if
odict
.
has_key
(
'stderrfh'
)
:
self
.
stderrfh
.
close
()
del
odict
[
'stderrfh'
]
return
odict
...
...
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