Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$meta_functionality_name is deprecated #5

Open
tverbeiren opened this issue Jul 23, 2024 · 0 comments
Open

$meta_functionality_name is deprecated #5

tverbeiren opened this issue Jul 23, 2024 · 0 comments

Comments

@tverbeiren
Copy link
Contributor

Some components define a temp dir using something like the following:

TMPDIR=$(mktemp -d "$meta_temp_dir/$meta_functionality_name-XXXXXX")

However, $meta_functionality_name is deprecated in Viash v0.9+.

The src/untar component has it in both the script.sh and test.sh.

Please note: This only shows up as an error when using set -u. It's silently set to "" otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant