Skip to content

Commit 06bcf19

Browse files
committed
Bug fix for CWL testing.
1 parent 9867e56 commit 06bcf19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

planemo/galaxy/activity.py

+3
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ def upload(file_path):
134134

135135
if datasets:
136136
final_state = _wait_for_history(user_gi, history_id)
137+
else:
138+
# Mark uploads as ok because nothing to do.
139+
final_state = "ok"
137140

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

0 commit comments

Comments
 (0)