Skip to content

Commit c684bdf

Browse files
board: remove extra space in generic cortex-m warning message (#1625)
1 parent 4888796 commit c684bdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyocd/board/board.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# pyOCD debugger
22
# Copyright (c) 2006-2013,2018 Arm Limited
33
# Copyright (c) 2021-2022 Chris Reed
4+
# Copyright (c) 2023 Benjamin Sølberg
45
# SPDX-License-Identifier: Apache-2.0
56
#
67
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -77,7 +78,7 @@ def __init__(self,
7778
if session.options.get('warning.cortex_m_default'):
7879
LOG.warning("Generic 'cortex_m' target type is selected by default; is this "
7980
"intentional? You will be able to debug most devices, but not program "
80-
" flash. To set the target type use the '--target' argument or "
81+
"flash. To set the target type use the '--target' argument or "
8182
"'target_override' option. Use 'pyocd list --targets' to see available "
8283
"targets types.")
8384

0 commit comments

Comments
 (0)