Skip to content

Commit

Permalink
Remove docstring discard
Browse files Browse the repository at this point in the history
Discarding the docstrings results in an error when using numpy and pyinstaller.

numpy/numpy#13248
  • Loading branch information
rsre committed Dec 30, 2019
1 parent 98be364 commit 4c5c700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ${PIP} install -r requirements.txt
echo "Build macOS Application Bundle..."
if [ "$PYINSTALLER" = true ]
then
${PYTHON} -OO -m PyInstaller -y --clean k40_whisperer.spec
${PYTHON} -O -m PyInstaller -y --clean k40_whisperer.spec
rm -rf dist/k40_whisperer
else
${PYTHON} py2app_setup.py py2app --packages=PIL
Expand Down

0 comments on commit 4c5c700

Please sign in to comment.