Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
re6stnet
Commits
64461269
Commit
64461269
authored
2 years ago
by
zhifan huang
Committed by
Xiaowu Zhang
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix(tests): add init value in ping.py for loop
parent
c51929b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
re6st/tests/test_network/ping.py
re6st/tests/test_network/ping.py
+1
-1
No files found.
re6st/tests/test_network/ping.py
View file @
64461269
...
...
@@ -41,7 +41,7 @@ def main():
args
=
parser
.
parse_args
()
addrs
=
args
.
a
retry
=
args
.
retry
no_responses
=
""
no_responses
=
"
1
"
while
retry
and
no_responses
:
mp
=
MultiPing
(
addrs
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment