Skip to content

Commit f3274d2

Browse files
authored
Update cmsis_mcu_descr.py - fix
1 parent 44c7dc1 commit f3274d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/python/mbed_tools/cli/cmsis_mcu_descr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)