Skip to content

Commit

Permalink
chore: ignore cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushi421 authored Oct 19, 2023
1 parent 8ab7da5 commit 21b2447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,13 @@ def _fini():
node.stop_progress()
node.end()
if clock_recorder:
// cspell: ignore killpg, getpgid
os.killpg(os.getpgid(clock_recorder.pid), signal.SIGTERM)
print('stopping & destroying tracing session')
lttng.lttng_fini(session_name=args.session_name)

if args.record_clock:
// cspell: ignore preexec, setpgrp
clock_recorder = subprocess.Popen(['ros2', 'run', 'caret_trace', 'clock_recorder'], preexec_fn=os.setpgrp)
else:
clock_recorder = None
Expand Down

0 comments on commit 21b2447

Please sign in to comment.