Skip to content

Commit dc8ffbf

Browse files
committed
fix linter 3
Signed-off-by: Denisa <[email protected]>
1 parent aa32cb7 commit dc8ffbf

File tree

2 files changed

+36
-24
lines changed

2 files changed

+36
-24
lines changed

fastddsspy_tool/test/application/test_cases/tool_help.py

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,32 +44,37 @@ def __init__(self):
4444
'\thelp : this help.\n\n'
4545
'\tversion : tool version.\n\n'
4646
'\tquit : exit interactive CLI and close program.\n\n'
47-
'\tparticipants : DomainParticipants discovered in the network.\n\n'
47+
'\tparticipants : DomainParticipants discovered in the '
48+
'network.\n\n'
4849
'\tparticipants verbose : verbose information about DomainParticipants '
4950
'discovered in the network.\n\n'
5051
'\tparticipants <Guid> : verbose information related with a specific '
5152
'DomainParticipant.\n\n'
5253
'\twriters : DataWriters discovered in the network.\n\n'
53-
'\twriters verbose : verbose information about DataWriters discovered '
54-
'in the network.\n\n'
54+
'\twriters verbose : verbose information about DataWriters '
55+
'discovered in the network.\n\n'
5556
'\twriters <Guid> : verbose information related with a specific '
5657
'DataWriter.\n\n'
5758
'\treader : DataReaders discovered in the network.\n\n'
58-
'\treader verbose : verbose information about DataReaders discovered '
59-
'in the network.\n\n'
59+
'\treader verbose : verbose information about DataReaders '
60+
'discovered in the network.\n\n'
6061
'\treader <Guid> : verbose information related with a specific '
6162
'DataReader.\n\n'
62-
'\ttopics : Topics discovered in the network in compact format.\n\n'
63+
'\ttopics : Topics discovered in the network '
64+
'in compact format.\n\n'
6365
'\ttopics v : Topics discovered in the network.\n\n'
6466
'\ttopics vv : verbose information about Topics discovered '
6567
'in the network.\n\n'
66-
'\ttopics <name> : Topics discovered in the network filtered by name '
67-
'(wildcard allowed (*)).\n\n'
68-
'\techo <name> : data of a specific Topic (Data Type must be discovered).\n\n'
68+
'\ttopics <name> : Topics discovered in the network filtered by '
69+
'name (wildcard allowed (*)).\n\n'
70+
'\techo <name> : data of a specific Topic '
71+
'(Data Type must be discovered).\n\n'
6972
'\techo <wildcard_name> : data of Topics matching the wildcard name '
7073
'(and whose Data Type is discovered).\n\n'
71-
'\techo <name> verbose : data with additional source info of a specific Topic.\n\n'
72-
'\techo <wildcard_name> verbose : data with additional source info of Topics matching the '
74+
'\techo <name> verbose : data with additional source info '
75+
'of a specific Topic.\n\n'
76+
'\techo <wildcard_name> verbose : data with additional source info '
77+
'of Topics matching the '
7378
'topic name (wildcard allowed (*)).\n\n'
7479
'\techo all : verbose data of all topics (only those whose '
7580
'Data Type is discovered).\n\n'
@@ -78,7 +83,8 @@ def __init__(self):
7883
'\tTo exit from data printing, press enter.\n\n'
7984
'\tEach command is accessible by using its first letter (h/v/q/p/w/r/t/s).\n\n'
8085
'\n\n'
81-
'For more information about these commands and formats, please refer to the documentation:\n\n'
86+
'For more information about these commands and formats, '
87+
'please refer to the documentation:\n\n'
8288
'https://fast-dds-spy.readthedocs.io/en/latest/\n'
8389
)
8490
)

fastddsspy_tool/test/application/test_cases/tool_help_dds.py

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,32 +47,37 @@ def __init__(self):
4747
'\thelp : this help.\n\n'
4848
'\tversion : tool version.\n\n'
4949
'\tquit : exit interactive CLI and close program.\n\n'
50-
'\tparticipants : DomainParticipants discovered in the network.\n\n'
50+
'\tparticipants : DomainParticipants discovered in the '
51+
'network.\n\n'
5152
'\tparticipants verbose : verbose information about DomainParticipants '
5253
'discovered in the network.\n\n'
5354
'\tparticipants <Guid> : verbose information related with a specific '
5455
'DomainParticipant.\n\n'
5556
'\twriters : DataWriters discovered in the network.\n\n'
56-
'\twriters verbose : verbose information about DataWriters discovered '
57-
'in the network.\n\n'
57+
'\twriters verbose : verbose information about DataWriters '
58+
'discovered in the network.\n\n'
5859
'\twriters <Guid> : verbose information related with a specific '
5960
'DataWriter.\n\n'
6061
'\treader : DataReaders discovered in the network.\n\n'
61-
'\treader verbose : verbose information about DataReaders discovered '
62-
'in the network.\n\n'
62+
'\treader verbose : verbose information about DataReaders '
63+
'discovered in the network.\n\n'
6364
'\treader <Guid> : verbose information related with a specific '
6465
'DataReader.\n\n'
65-
'\ttopics : Topics discovered in the network in compact format.\n\n'
66+
'\ttopics : Topics discovered in the network '
67+
'in compact format.\n\n'
6668
'\ttopics v : Topics discovered in the network.\n\n'
6769
'\ttopics vv : verbose information about Topics discovered '
6870
'in the network.\n\n'
69-
'\ttopics <name> : Topics discovered in the network filtered by name '
70-
'(wildcard allowed (*)).\n\n'
71-
'\techo <name> : data of a specific Topic (Data Type must be discovered).\n\n'
71+
'\ttopics <name> : Topics discovered in the network filtered by '
72+
'name (wildcard allowed (*)).\n\n'
73+
'\techo <name> : data of a specific Topic '
74+
'(Data Type must be discovered).\n\n'
7275
'\techo <wildcard_name> : data of Topics matching the wildcard name '
7376
'(and whose Data Type is discovered).\n\n'
74-
'\techo <name> verbose : data with additional source info of a specific Topic.\n\n'
75-
'\techo <wildcard_name> verbose : data with additional source info of Topics matching the '
77+
'\techo <name> verbose : data with additional source info '
78+
'of a specific Topic.\n\n'
79+
'\techo <wildcard_name> verbose : data with additional source info '
80+
'of Topics matching the '
7681
'topic name (wildcard allowed (*)).\n\n'
7782
'\techo all : verbose data of all topics (only those whose '
7883
'Data Type is discovered).\n\n'
@@ -81,7 +86,8 @@ def __init__(self):
8186
'\tTo exit from data printing, press enter.\n\n'
8287
'\tEach command is accessible by using its first letter (h/v/q/p/w/r/t/s).\n\n'
8388
'\n\n'
84-
'For more information about these commands and formats, please refer to the documentation:\n\n'
89+
'For more information about these commands and formats, '
90+
'please refer to the documentation:\n\n'
8591
'https://fast-dds-spy.readthedocs.io/en/latest/\n'
8692
)
8793
)

0 commit comments

Comments
 (0)