Skip to content

Commit

Permalink
Fix open script
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 28, 2024
1 parent 97d0994 commit 3eb92b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/open.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -e

NAME="${1:-boto3}"
echo "Opening $NAME"
exit 0

SITE_PACKAGES=`uv run python -c "import sys; import os; paths = filter(lambda x: x.startswith(os.getcwd()), sys.path); print(list(paths)[0])"`
echo "Site packages:" ${SITE_PACKAGES}
Expand Down

0 comments on commit 3eb92b3

Please sign in to comment.