mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
dist/tools/compile_and_test_for_board: fix lint
This commit is contained in:
parent
e1e2b7c5b6
commit
fabcdf88a4
@ -324,7 +324,7 @@ class RIOTApplication:
|
||||
if self.testcase:
|
||||
self.testcase.stderr += err.output + "\n"
|
||||
self.logger.warning(
|
||||
"Got an error during clean-intermediates," " ignore: %r", err
|
||||
"Got an error during clean-intermediates, ignore: %r", err
|
||||
)
|
||||
|
||||
def run_compilation_and_test(self, **test_kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user