Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
MiguelCompany committed Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0bb359e commit ec8e43d
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
@@ -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)

0 comments on commit ec8e43d

Please sign in to comment.