Skip to content

Commit

Permalink
dist/tools/compile_and_test_for_board: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Jun 2, 2022
1 parent e1e2b7c commit fabcdf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def clean_intermediates(self):
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):
Expand Down

0 comments on commit fabcdf8

Please sign in to comment.