1
0
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:
Francisco Molina 2022-06-02 11:41:50 +02:00
parent e1e2b7c5b6
commit fabcdf88a4

View File

@ -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):