NordicSemiconductor / pc-ble-driver-py

Python bindings for the ble-driver library
Other
126 stars 115 forks source link

Fix issue with calling nrfjprog command on mac #161

Closed bihanssen closed 4 years ago

bihanssen commented 4 years ago

The nrfjprog command would fail on mac, complaining about not able to find /usr/local/opt/llvm. Not sure why, but calling the subprocess command with shell=True fixes the issue.