Skip to content

Commit 38afe99

Browse files
Update Tools/ssl/multissltests.py
Co-authored-by: Zachary Ware <[email protected]>
1 parent a2efcda commit 38afe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/ssl/multissltests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def _build_src(self, config_args=()):
490490
"-DFIPS=OFF",
491491
]
492492
self._subprocess_call(cmd, cwd=cwd, env=env)
493-
self._subprocess_call(["make", f"-j{self.jobs}"], cwd=cwd, env=env)
493+
self._subprocess_call(["make", "-j{}".format(self.jobs)], cwd=cwd, env=env)
494494

495495

496496
def configure_make():

0 commit comments

Comments
 (0)