Skip to content

Conversation

@bzyx
Copy link
Contributor

@bzyx bzyx commented Oct 30, 2025

No description provided.

@bzyx bzyx requested a review from shondll October 30, 2025 13:53
Copy link
Contributor

@shondll shondll left a comment

Choose a reason for hiding this comment

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

Great many fixes. I am only concerned whether the linter will be too punishing on code updates

if host is None:
print("Please set the PVS_HOST environment variable with the PVS IP.")
client.pvs_url = host # PVS URL with configurable host
client.pvs_url = f"http://{host}" # PVS URL with configurable host
Copy link
Contributor

Choose a reason for hiding this comment

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

https?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure if it will handle the self signed certificate without complains. So I decided to leave http.

Copy link
Contributor

@shondll shondll left a comment

Choose a reason for hiding this comment

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

LGTM

@bzyx bzyx merged commit f6e4d3f into main Oct 31, 2025
1 check passed
@bzyx bzyx deleted the minor-updates branch October 31, 2025 14:33
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.

3 participants