File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
tools/python/mbed_tools/cli Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,8 +234,8 @@ def fetch_missing():
234234                               f"to be added manually?" )
235235        missing_mcus_dict [mcu ] =  cmsis_cache .index [mcu ]
236236
237-     LOGGER .info (f "In case of Custom target remove 'device_name' from your custom_targets.json5 file and add\n "  + 
237+     LOGGER .info ("In case of Custom target remove 'device_name' from your custom_targets.json5 file and add\n "  + 
238238                    "just the 'memories' section as 'memory_banks' section from content below.\n "  + 
239-                     "Otherwise add the whole following entries to {CMSIS_MCU_DESCRIPTIONS_JSON_PATH}:" )
239+                     f "Otherwise add the whole following entries to { CMSIS_MCU_DESCRIPTIONS_JSON_PATH }  :" )
240240    print (json .dumps (missing_mcus_dict , indent = 4 , sort_keys = True ))
241241    sys .exit (1 ) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments