diff --git a/.vscode/scripts/import-example-app.sh b/.vscode/scripts/import-example-app.sh index a076a35f..36e4c450 100755 --- a/.vscode/scripts/import-example-app.sh +++ b/.vscode/scripts/import-example-app.sh @@ -13,7 +13,7 @@ # # SPDX-License-Identifier: Apache-2.0 -SDV_EXAMPLES_PATH="$(python -c 'import os,inspect,sdv; print(os.path.dirname(inspect.getfile(sdv)))')_examples" +SDV_EXAMPLES_PATH="$(python -c 'import velocitas_examples; print(velocitas_examples.__path__[0])')" CHOSEN_EXAMPLE=$@ if [[ `git status --porcelain app/` ]]; then