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
b577321f
Commit
b577321f
authored
Nov 20, 2013
by
Jerome Mariette
Browse files
fixe a bug with rerun
parent
71a5fb8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
b577321f
...
...
@@ -242,9 +242,10 @@ class Workflow(threading.Thread):
"""
Only require for Threading
"""
# first init the component list within the workflow
self
.
init_component_nameids
()
self
.
start_time
=
time
.
time
()
# if this is the first time the workflow run
if
self
.
start_time
==
None
:
self
.
init_component_nameids
()
self
.
start_time
=
time
.
time
()
self
.
status
=
self
.
STATUS_STARTED
self
.
end_time
=
None
# serialize the workflow before pre processing
...
...
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