-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Description
When I installed MacOS Catalina the MBEDCLI stopped working.
I made a HACK by changing the path to the Terminal.app in the file:
The file /Applications/MBEDCLI.app/Contents/Resources/script
open Terminal and call run-mbed-cli.sh, use Popen instead of subprocess.call to pass in environment variables
subprocess.Popen(
["/usr/bin/open", "--fresh", "-a", "/System/Applications/Utilities/Terminal.app", "source/run-mbed-cli.sh"]
)