Skip to content

Commit

Permalink
Fix web returning script stdeout from non-default_group. See #8614
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Moore committed Jul 3, 2012
1 parent 80ca958 commit 8641d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tools/OmeroWeb/omeroweb/webclient/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@ def activities(request, conn=None, **kwargs):
if cb.block(0): # ms.
cb.close()
try:
results = proc.getResults(0) # we can only retrieve this ONCE - must save results
results = proc.getResults(0, conn.SERVICE_OPTS) # we can only retrieve this ONCE - must save results
request.session['callback'][cbString]['status'] = "finished"
new_results.append(cbString)
except Exception, x:
Expand Down

0 comments on commit 8641d20

Please sign in to comment.