Skip to content

Commit a5c72e3

Browse files
committed
CWL fix...
1 parent 9fc6baf commit a5c72e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planemo/tool_builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def build(**kwds):
262262
def _build_cwl(**kwds):
263263
_handle_help(kwds)
264264
_handle_requirements(kwds)
265-
assert len(kwds["containers"]) == 1, kwds
265+
assert len(kwds["containers"]) <= 1, kwds
266266
command_io = CommandIO(**kwds)
267267
render_kwds = {
268268
"cwl_version": DEFAULT_CWL_VERSION,

0 commit comments

Comments
 (0)