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

Ensure that DAP_PORT is always an int #3241

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

Gavinok
Copy link
Contributor

@Gavinok Gavinok commented Sep 18, 2024

As of now when the --debug flag is used with the set DAP_PORT env var will result in an exception since the port number will default to being a string rather than the required int type. The source of this error can be found here

This PR simply converts the port number from an str into an int

Gavinok and others added 2 commits September 18, 2024 10:56
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
Copy link

sonarcloud bot commented Sep 18, 2024

@jamshale jamshale merged commit 0bd6991 into hyperledger:main Sep 19, 2024
11 checks passed
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