Skip to content

Commit 9d3e257

Browse files
committed
Quickfix
1 parent b966342 commit 9d3e257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeeployTest/testUtils/testRunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def generate_test(self):
351351
command = f"python {generation_script} -d {self._dir_gen} -t {self._dir_test} -p {self._platform}"
352352

353353
if self._tiling is True:
354-
command += f" -n_cores {self._cores}"
354+
command += f" -n_cores {self.n_cores}"
355355

356356
command += f" {self.gen_args}"
357357
command += self._argument_parser.generate_cmd_args()

0 commit comments

Comments
 (0)