Skip to content

Commit d031bdc

Browse files
interpolate jobs
1 parent 1cbe7d3 commit d031bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configuration/steps/commands/compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def as_cmd_arg(self) -> list[str]:
9494
"--build",
9595
f"{self.builddir}",
9696
"--parallel",
97-
f"{self.jobs}",
97+
util.Interpolate(f"{self.jobs}"),
9898
]
9999
if self.verbose:
100100
r_list.append("--verbose")

0 commit comments

Comments
 (0)