mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merge pull request #10443 from bridadan/fix_binary_notify
Fix for downloading the wrong binary in the online compilerpull/10512/head
						commit
						360b7bb033
					
				| 
						 | 
					@ -766,7 +766,7 @@ class mbedToolchain:
 | 
				
			||||||
        self.mem_stats(mapfile)
 | 
					        self.mem_stats(mapfile)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.notify.var("compile_succeded", True)
 | 
					        self.notify.var("compile_succeded", True)
 | 
				
			||||||
        self.notify.var("binary", filename)
 | 
					        self.notify.var("binary", full_path)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return full_path, updatable
 | 
					        return full_path, updatable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue