Merge pull request #10443 from bridadan/fix_binary_notify

Fix for downloading the wrong binary in the online compiler
pull/10512/head
Martin Kojtal 2019-04-30 09:20:12 +01:00 committed by GitHub
commit 360b7bb033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ class mbedToolchain:
self.mem_stats(mapfile)
self.notify.var("compile_succeded", True)
self.notify.var("binary", filename)
self.notify.var("binary", full_path)
return full_path, updatable