Clone of official tools

Files at this revision

API Documentation at this revision

Comitter:
Anders Blomdell
Date:
Thu Feb 04 15:25:02 2021 +0100
Parent:
45:c4a728429846
Child:
47:21ae3e5a7128
Commit message:
Fix exporting when invoked from mbed-cli

Changed in this revision

project.py Show annotated file Show diff for this revision Revisions of this file
--- a/project.py	Tue Sep 25 13:52:56 2018 -0500
+++ b/project.py	Thu Feb 04 15:25:02 2021 +0100
@@ -130,6 +130,8 @@
     ###################################
     # mbed Classic/2.0/libary support #
 
+    if notify == None:
+        notify = TerminalNotifier()
     # Find build system profile
     profile = None
     targets_json = None