Skip to content

Commit 7af5a74

Browse files
committed
clarify error
1 parent 1dfd9f0 commit 7af5a74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cwl_utils/cwl_v1_2_expression_refactor.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,9 @@ def param_for_source_id(
706706

707707
TOPLEVEL_SF_EXPR_ERROR = (
708708
"Input '{}'. Sorry, CWL Expressions as part of a secondaryFiles "
709-
"specification in a Workflow level input are not able to be refactored "
710-
"into separate ExpressionTool/CommandLineTool steps."
709+
"specification in a Workflow level input or standalone CommandLine Tool "
710+
"are not able to be refactored into separate ExpressionTool or "
711+
"CommandLineTool steps."
711712
)
712713

713714
TOPLEVEL_FORMAT_EXPR_ERROR = (

0 commit comments

Comments
 (0)