From a6114964971666aca91161769149d0b2873eef98 Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod <jmichel@google.com> Date: Tue, 28 Apr 2020 18:27:05 +0200 Subject: [PATCH] Force format error to test yapf matcher --- deploy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy.py b/deploy.py index bb1c056..6b8377d 100755 --- a/deploy.py +++ b/deploy.py @@ -302,8 +302,7 @@ class OpenSKInstaller: # Need to update self.checked_command_output( ["rustup", "install", target_toolchain_fullstring]) - self.checked_command_output( - ["rustup", "target", "add", SUPPORTED_BOARDS[self.args.board].arch]) + self.checked_command_output(["rustup", "target", "add", SUPPORTED_BOARDS[self.args.board].arch]) info("Rust toolchain up-to-date") def build_tockos(self): -- GitLab