Skip to content

Commit e38d14e

Browse files
add debug logs
1 parent 664e8c9 commit e38d14e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

installers/macos-pkg-setup-template.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,9 @@ sh -e "${PYTHON_APPLICATION_PATH}/Install Certificates.command"
7777

7878
echo "Create complete file"
7979
touch $PYTHON_TOOLCACHE_VERSION_PATH/$ARCHITECTURE.complete
80+
81+
echo $PYTHON_TOOLCACHE_VERSION_PATH
82+
ls $PYTHON_TOOLCACHE_VERSION_PATH
83+
84+
echo $PYTHON_TOOLCACHE_VERSION_ARCH_PATH
85+
ls $PYTHON_TOOLCACHE_VERSION_ARCH_PATH

0 commit comments

Comments
 (0)