diff --git a/benchmarks/utils.py b/benchmarks/utils.py index 26e13d59a444de23e4a139b0f52f1bf450a2d8e6_YmVuY2htYXJrcy91dGlscy5weQ==..fe1db153c773dd119303f9d28fa65a3f350be882_YmVuY2htYXJrcy91dGlscy5weQ== 100644 --- a/benchmarks/utils.py +++ b/benchmarks/utils.py @@ -214,7 +214,7 @@ def _prepare_cmd(self, command, *args): cmd = [ - self.hgpath, - "--cwd", self.repo_path, - command, + self.hgpath, + "--cwd", self.repo_path, + command, ] + list(args) @@ -220,5 +220,4 @@ ] + list(args) - return cmd def _single_execute(self, cmd): @@ -246,8 +245,8 @@ def _prepare_cmd(self, command, *args): cmd = [ - self.hgpath, - "--cwd", self.repo_path, - "--traceback", - command, + self.hgpath, + "--cwd", self.repo_path, + "--traceback", + command, ] + list(args) @@ -253,5 +252,4 @@ ] + list(args) - return cmd def _single_execute(self, cmd, expected_return_code=0):