Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored Jan 24, 2025
1 parent 08812bc commit 9521803
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tools/fastdds/discovery/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ 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 9521803

Please sign in to comment.