Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Gil Aviles <javiergil@eprosima.com>
  • Loading branch information
Javgilavi committed Feb 3, 2025
1 parent 227776a commit 7d9b19f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/fastdds/discovery/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,13 @@ def __init__(self, argv):
(len(argv) == 1 and argv[0] == '--help')
):
print(self.__edit_tool_help(result.stdout))
<<<<<<< HEAD
=======
elif (
(len(argv) == 1 and argv[0] == '-v') or
(len(argv) == 1 and argv[0] == '--version')
):
result = subprocess.run([tool_path, '-v'])
if result.returncode != 0:
sys.exit(result.returncode)
>>>>>>> 2cdc2d96 (Fix Discovery CLI Tool in Windows (#5493))
else:
# Call the tool
result = subprocess.run([tool_path] + argv)
Expand Down

0 comments on commit 7d9b19f

Please sign in to comment.