Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 4e0eb53

Browse files
committed
Merge branch 'master' of github.com:pyta-uoft/website
2 parents ae0b566 + bd8e789 commit 4e0eb53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929

3030
if not completed_process.returncode:
3131
print('Successful Build. Open gen/index.html to see the website.')
32+
elif sys.platform == 'darwin':
33+
print('Did you set /usr/bin/env python3 in includes.py?')

0 commit comments

Comments
 (0)