Skip to content

Add ADCM URL printing when --dontstop option is used#82

Merged
dgusakov merged 2 commits intomasterfrom
adcm_url_print
Dec 3, 2021
Merged

Add ADCM URL printing when --dontstop option is used#82
dgusakov merged 2 commits intomasterfrom
adcm_url_print

Conversation

@dgusakov
Copy link
Copy Markdown
Contributor

@dgusakov dgusakov commented Dec 3, 2021

No description provided.

@dgusakov dgusakov requested a review from a team as a code owner December 3, 2021 06:11
Sealwing
Sealwing previously approved these changes Dec 3, 2021
alexterent
alexterent previously approved these changes Dec 3, 2021
Try to open connection to remote and get ip address of the interface used.
"""
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) # pylint: disable=no-member # false positive pylint
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why false-positive? it's a new error?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Local pre-commit fails there 🤷🏻‍♀️

@dgusakov dgusakov dismissed stale reviews from alexterent and Sealwing via c25ea06 December 3, 2021 06:16
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Dec 3, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dgusakov dgusakov enabled auto-merge (squash) December 3, 2021 06:24
@dgusakov dgusakov merged commit 71eb0d9 into master Dec 3, 2021
@dgusakov dgusakov deleted the adcm_url_print branch December 3, 2021 07:26
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.

4 participants