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
The following should be allowed, but instead gives "ERROR: Illegal character at start of branch reference name", due to the space between "Branch:" and "pathA".
task First > out :: p=(Branch: pathA=$a pathB=$b) { echo $p > $out }
task Second < in=$out@First[Branch: pathA] {}
global {
a=1
b=2
}
The text was updated successfully, but these errors were encountered:
The following should be allowed, but instead gives "ERROR: Illegal character at start of branch reference name", due to the space between "Branch:" and "pathA".
task First > out :: p=(Branch: pathA=$a pathB=$b) { echo $p > $out }
task Second < in=$out@First[Branch: pathA] {}
global {
a=1
b=2
}
The text was updated successfully, but these errors were encountered: