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
Alain Shakour
clowdflows
Commits
fa096260
Commit
fa096260
authored
Dec 10, 2014
by
Anze Vavpetic
Browse files
comment out print
parent
ba03b250
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/models.py
View file @
fa096260
...
...
@@ -129,7 +129,7 @@ class Workflow(models.Model):
progress_total
=
len
(
input_list
)
# for progress bar
current_iteration
=
0
for
i
in
input_list
:
print
(
i
);
#
print(i);
""" Different parameters on which the widgets are going to be run"""
fi
.
unfinish
()
# resets widgets, (read all widgets.finished=false)
fo
.
unfinish
()
# resets widgets, (read all widgets.finished=false)
...
...
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