Skip to content

Commit b99f3c1

Browse files
bridadanadbridge
authored andcommitted
Fix for downloading the wrong binary in the online compiler
1 parent 61b441e commit b99f3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/mbed_toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def link_program(self, r, tmp_path, name):
763763
self.mem_stats(mapfile)
764764

765765
self.notify.var("compile_succeded", True)
766-
self.notify.var("binary", filename)
766+
self.notify.var("binary", full_path)
767767

768768
return full_path, updatable
769769

0 commit comments

Comments
 (0)