Skip to content

Commit 9a4ca86

Browse files
committed
Fix conflicts
Signed-off-by: Javier Gil Aviles <[email protected]>
1 parent 7e5da95 commit 9a4ca86

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/fastdds/discovery/parser.py

-3
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,13 @@ def __init__(self, argv):
5454
(len(argv) == 1 and argv[0] == '--help')
5555
):
5656
print(self.__edit_tool_help(result.stdout))
57-
<<<<<<< HEAD
58-
=======
5957
elif (
6058
(len(argv) == 1 and argv[0] == '-v') or
6159
(len(argv) == 1 and argv[0] == '--version')
6260
):
6361
result = subprocess.run([tool_path, '-v'])
6462
if result.returncode != 0:
6563
sys.exit(result.returncode)
66-
>>>>>>> 2cdc2d96 (Fix Discovery CLI Tool in Windows (#5493))
6764
else:
6865
# Call the tool
6966
result = subprocess.run([tool_path] + argv)

0 commit comments

Comments
 (0)