Closed tverbeiren closed 7 months ago
Setting multiple: true on an output generates an error:
multiple: true
ERROR ~ No such variable: destPath
This error is generated in the publishStatesProc process. The issues arise in the publishStates.nf source that is included in the generated module.
publishStatesProc
publishStates.nf
See multiple_output unit test in under src/test/resources/testnexrtflowvdsl3/src.
multiple_output
src/test/resources/testnexrtflowvdsl3/src
The directory should be created.
No response
Viash 0.8.0 and above
The solution is to fix line 187 in publishSteates.nf.
publishSteates.nf
For a fix, see: https://github.com/viash-io/viash/pull/639
Fixed in Viash 0.8.6
What happened?
Setting
multiple: true
on an output generates an error:This error is generated in the
publishStatesProc
process. The issues arise in thepublishStates.nf
source that is included in the generated module.Steps to reproduce
See
multiple_output
unit test in undersrc/test/resources/testnexrtflowvdsl3/src
.Expected behavior
The directory should be created.
Relevant log output
No response
Version
Viash 0.8.0 and above
Possible solution
The solution is to fix line 187 in
publishSteates.nf
.Confirmation
Additional context
No response