Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test rosbag2_py test compatibility with Python < 3.8 (ros2#987)
RHEL is currently using a Python version older than 3.8, which is when the `missing_ok` argument was added to Path.unlink. For better compatibility, we can just catch and ignore the FileNotFoundError. Signed-off-by: Scott K Logan <logans@cottsay.net>
- Loading branch information