Skip to content
GitLab
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
d436a891
Commit
d436a891
authored
Jun 12, 2014
by
Jerome Mariette
Browse files
fixe a bug when retrieving workflows
parent
27363e64
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflows_manager.py
View file @
d436a891
...
...
@@ -100,7 +100,6 @@ class WorkflowsManager(object):
except
:
workflows_dump
=
{}
for
workflow_id
in
workflows_dump
:
print
workflow_id
try
:
workflow_dump
=
open
(
workflows_dump
[
workflow_id
],
"rb"
)
workflows
.
append
(
pickle
.
load
(
workflow_dump
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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