File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 145
145
if options .source_dir and not options .build_dir :
146
146
args_error (parser , "argument --build is required by argument --source" )
147
147
148
- if options .color :
149
- # This import happens late to prevent initializing colorization when we don't need it
150
- import colorize
151
- if options .verbose :
152
- notify = mbedToolchain .print_notify_verbose
153
- else :
154
- notify = mbedToolchain .print_notify
155
- notify = colorize .print_in_color_notifier (CLI_COLOR_MAP , notify )
156
- else :
157
- notify = None
158
148
159
149
# Get libraries list
160
150
libraries = []
190
180
skipped .append (tt_id )
191
181
else :
192
182
try :
183
+ notify = TerminalNotifer (options .verbose , options .silent )
193
184
mcu = TARGET_MAP [target ]
194
185
profile = extract_profile (parser , options , toolchain )
195
186
if options .source_dir :
You can’t perform that action at this time.
0 commit comments