Closed Grifs closed 8 months ago
Fix missing slashes in path construction. Previously this caused inconsistent behaviour between docker and native engines. With upcoming changes it will be more consistent and would always fail.
Closes #xxxx
[x] I have performed a self-review of my code
[x] Conforms to the Contributing guidelines
[ ] Proposed changes are described in the CHANGELOG.md
[ ] I have tested my code with viash ns test --parallel -q <name or namespace>
viash ns test --parallel -q <name or namespace>
Check the correct box. Does this PR contain:
Looks good, I will also fix this in the subsequent components I made. Thanks for the fix!
Description
Fix missing slashes in path construction. Previously this caused inconsistent behaviour between docker and native engines. With upcoming changes it will be more consistent and would always fail.
Issue ticket number
Closes #xxxx
Checklist before requesting a review
[x] I have performed a self-review of my code
[x] Conforms to the Contributing guidelines
[ ] Proposed changes are described in the CHANGELOG.md
[ ] I have tested my code with
viash ns test --parallel -q <name or namespace>
Check the correct box. Does this PR contain: