Skip to content

Commit

Permalink
fix: develop script to use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
elsbrock committed Dec 23, 2023
1 parent 079e771 commit 057deb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/develop
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ ! -d "${PWD}/config" ]]; then
fi

# Set the path to custom_components
## This let's us have the structure we want <root>/custom_components/integration_blueprint
## This let's us have the structure we want <root>/custom_components/cowboy
## while at the same time have Home Assistant configuration inside <root>/config
## without resulting to symlinks.
export PYTHONPATH="${PYTHONPATH}:${PWD}/custom_components"
Expand Down

0 comments on commit 057deb5

Please sign in to comment.