Skip to content

Commit

Permalink
CWL fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed May 15, 2018
1 parent 9fc6baf commit a5c72e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/tool_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def build(**kwds):
def _build_cwl(**kwds):
_handle_help(kwds)
_handle_requirements(kwds)
assert len(kwds["containers"]) == 1, kwds
assert len(kwds["containers"]) <= 1, kwds
command_io = CommandIO(**kwds)
render_kwds = {
"cwl_version": DEFAULT_CWL_VERSION,
Expand Down

0 comments on commit a5c72e3

Please sign in to comment.