Skip to content

Commit

Permalink
More CI style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazys Stepanas committed Sep 28, 2021
1 parent 8c2f3f7 commit 389e76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colcon_cmake/task/cmake/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 389e76c

Please sign in to comment.