Skip to content

Commit

Permalink
[Fix] Repair import of sdk examples
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch committed Oct 5, 2023
1 parent ef245b8 commit 7aa9ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/scripts/import-example-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aa9ce2

Please sign in to comment.