Skip to content

Commit

Permalink
add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed May 16, 2023
1 parent 664e8c9 commit e38d14e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installers/macos-pkg-setup-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ sh -e "${PYTHON_APPLICATION_PATH}/Install Certificates.command"

echo "Create complete file"
touch $PYTHON_TOOLCACHE_VERSION_PATH/$ARCHITECTURE.complete

echo $PYTHON_TOOLCACHE_VERSION_PATH
ls $PYTHON_TOOLCACHE_VERSION_PATH

echo $PYTHON_TOOLCACHE_VERSION_ARCH_PATH
ls $PYTHON_TOOLCACHE_VERSION_ARCH_PATH

0 comments on commit e38d14e

Please sign in to comment.