We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--cores
1 parent b6443cd commit fe40743Copy full SHA for fe40743
DeeployTest/testUtils/testRunner.py
@@ -344,7 +344,7 @@ def generate_test(self):
344
command = f"python {generation_script} -d {self._dir_gen} -t {self._dir_test} -p {self._platform} {self.gen_args}"
345
346
if self._platform in ["Siracusa", "Siracusa_w_neureka"]:
347
- command += f"--cores={self._args.cores}"
+ command += f" --cores={self._args.cores}"
348
349
command += self._argument_parser.generate_cmd_args()
350
0 commit comments