Fix for downloading the wrong binary in the online compiler

pull/10443/head
Brian Daniels 2019-04-18 16:45:39 -05:00
parent 46603f831e
commit 03f5ffd6b6
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