Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid address in use error. #204

Merged
merged 2 commits into from
Feb 23, 2021
Merged

Conversation

yaochaorui
Copy link
Contributor

No description provided.

@yaochaorui yaochaorui requested a review from innerlee February 21, 2021 16:45
@codecov
Copy link

codecov bot commented Feb 21, 2021

Codecov Report

Merging #204 (50e02d2) into master (607962b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #204   +/-   ##
=======================================
  Coverage   82.19%   82.19%           
=======================================
  Files         145      145           
  Lines        6700     6700           
  Branches      997      997           
=======================================
  Hits         5507     5507           
  Misses       1090     1090           
  Partials      103      103           
Flag Coverage Δ
unittests 82.19% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 607962b...50e02d2. Read the comment docs.

@@ -1,4 +1,6 @@
#!/usr/bin/env bash
export MASTER_PORT=$((12000 + RANDOM % 20000))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RANDOM -> $RANDOM

@innerlee innerlee merged commit a97bf1e into open-mmlab:master Feb 23, 2021
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants