Skip to content

Commit 6dc0750

Browse files
authored
remove cruft comment
1 parent 78c320a commit 6dc0750

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/check_installation.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ if [[ "$SP_MACHINE" == "macOS" ]]; then
3636
ls -al $(dirname $APP_DIR)
3737
ls -al $(APP_DIR)
3838
echo "Checking that there are 5 directories"
39-
# TODO @matthew-brett can you debug locally on mac? next line fails with:
40-
# ls: /Applications/Scientific-Python/0.1.0_0/*.app: No such file or directory
4139
test `ls -d ${APP_DIR}/*.app | wc -l` -eq 5 || exit 1
4240
echo "Checking that the custom icon was set on the SP folder in ${APP_DIR}"
4341
test -f ${APP_DIR}/Icon$'\r' || exit 1

0 commit comments

Comments
 (0)