Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecc326ce authored by LaMont Jones's avatar LaMont Jones
Browse files

fix typo

Bug: None
Test: manual
Change-Id: Ib330a94b4d309b86a4c93225ed051d0b04e87ae0
parent 3c7cefb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -573,7 +573,7 @@ benchmarks:

        # --dist-one requires that only one benchmark be supplied
        if self._args.dist_one and len(self.Benchmarks()) != 1:
            self._error("--dist-one requires that exactly one --benchmark.")
            self._error("--dist-one requires exactly one --benchmark.")

        if self._had_error:
            raise FatalError()