Skip to content

Comments

Add additional URLs to environment.#4

Open
dacbd wants to merge 3 commits intoshipyard:mainfrom
dacbd:dacbd/additional-urls
Open

Add additional URLs to environment.#4
dacbd wants to merge 3 commits intoshipyard:mainfrom
dacbd:dacbd/additional-urls

Conversation

@dacbd
Copy link

@dacbd dacbd commented Jul 9, 2024

The previous PR looked dead, includes the PR comment + a change to silence some LSP complaints.

To elaborate on the LSP complaint, your exit function does call sys.exit effectively terminating the program.
However the LSP(I'm using pyright) doesn't properly detect this effectively ends function and complains that response is potentionally unbound, since there is no explict return/hault detected. I believe this has to do with how finally works in a try block. Code could continue executing in that scope (if there was a finally) and thus the LSP complains.

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.

1 participant