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
22ee9883
Commit
22ee9883
authored
Mar 14, 2014
by
Janez K
Browse files
quick fix
parent
0d4f1d26
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/views.py
View file @
22ee9883
...
...
@@ -1346,7 +1346,10 @@ def workflow_results(request,workflow_id):
w
=
get_object_or_404
(
Workflow
,
pk
=
workflow_id
)
from
streams.models
import
Stream
s
=
Stream
()
return
s
.
execute
(
workflow
=
w
)
try
:
return
s
.
execute
(
workflow
=
w
)
except
:
return
{
"result"
:
"done!"
}
@
login_required
def
widget_iframe
(
request
,
widget_id
):
...
...
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