You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the preferred shell syntax to execute commands is $(command arg1 arg2) instead of <backquote>command arg1 arg2<backquote>, we should investigate allowing the former as well.
Users of Serial workflow engine may want to execute commands in the step command.
Using
$(...)
does not validate:Using backticks works fine:
Since the preferred shell syntax to execute commands is
$(command arg1 arg2)
instead of<backquote>command arg1 arg2<backquote>
, we should investigate allowing the former as well.P.S. Observed for the Htt example https://github.com/cms-opendata-analyses/HiggsTauTauNanoAODOutreachAnalysis/pull/2/files
The text was updated successfully, but these errors were encountered: