From 389e76cfe911cfdfb67cc94345d709b7b7c788b2 Mon Sep 17 00:00:00 2001 From: Kazys Stepanas Date: Tue, 28 Sep 2021 10:54:38 +1000 Subject: [PATCH] More CI style fixes --- colcon_cmake/task/cmake/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colcon_cmake/task/cmake/build.py b/colcon_cmake/task/cmake/build.py index 7c1a820..38ac37e 100644 --- a/colcon_cmake/task/cmake/build.py +++ b/colcon_cmake/task/cmake/build.py @@ -288,7 +288,7 @@ async def _build(self, args, env, *, additional_targets=None): if args.cmake_build_args: cmd += args.cmake_build_args if (not multi_configuration_generator and - not self._have_jobs_arg(cmd, env)): + not self._have_jobs_arg(cmd, env)): # Add jobs from MAKEFLAGS or max out. job_args = self._get_make_arguments(env) if job_args: