From 575e522af8215c019cc903235a3b954e0756a1d3 Mon Sep 17 00:00:00 2001 From: ISP akm Date: Fri, 1 Mar 2024 16:38:47 +0900 Subject: [PATCH] fixed Signed-off-by: ISP akm --- ros2caret/verb/verify_paths.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ros2caret/verb/verify_paths.py b/ros2caret/verb/verify_paths.py index 668ce2f..2ba44f3 100644 --- a/ros2caret/verb/verify_paths.py +++ b/ros2caret/verb/verify_paths.py @@ -73,8 +73,6 @@ def main(self, *, args): verify_paths.verify(args.verified_path_names) except Exception as e: logger.info(e) - return 1 - return 0 class VerifyPaths: