Force format error to test yapf matcher

This commit is contained in:
Jean-Michel Picod
2020-04-28 18:27:05 +02:00
parent 32f0090888
commit a611496497

View File

@@ -302,8 +302,7 @@ class OpenSKInstaller:
# Need to update # Need to update
self.checked_command_output( self.checked_command_output(
["rustup", "install", target_toolchain_fullstring]) ["rustup", "install", target_toolchain_fullstring])
self.checked_command_output( self.checked_command_output(["rustup", "target", "add", SUPPORTED_BOARDS[self.args.board].arch])
["rustup", "target", "add", SUPPORTED_BOARDS[self.args.board].arch])
info("Rust toolchain up-to-date") info("Rust toolchain up-to-date")
def build_tockos(self): def build_tockos(self):