Skip to content

Commit

Permalink
Bug fix for CWL testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Mar 10, 2017
1 parent 9867e56 commit 06bcf19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions planemo/galaxy/activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ def upload(file_path):

if datasets:
final_state = _wait_for_history(user_gi, history_id)
else:
# Mark uploads as ok because nothing to do.
final_state = "ok"

if final_state != "ok":
msg = "Failed to run CWL job final job state is [%s]." % final_state
Expand Down

0 comments on commit 06bcf19

Please sign in to comment.