Skip to content

Commit

Permalink
Update ros2caret/verb/record.py
Browse files Browse the repository at this point in the history
Co-authored-by: ymski <[email protected]>
  • Loading branch information
iwatake2222 and ymski authored Nov 19, 2024
1 parent 5381eea commit b743d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def main(self, *, args):
break
print(f'Failed to init LTTng. retry {i} / {args.init_retry_num}')
time.sleep(1)
if not init_result:
else:
print('Failed to init LTTng.')
exit(0)

Expand Down

0 comments on commit b743d9d

Please sign in to comment.