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

Fix connection inspector with local plugins #1067

Merged

Conversation

flowln
Copy link
Contributor

@flowln flowln commented Apr 5, 2024

Local plugin's self.address is not a string, but rather a parsed URL. As such, it does not have a .endswith attribute, which would make it fail with an exception when trying to open the connection inspector.

This has been an issue since commit 709a144, in release 1.20.0.

Local plugin's `self.address` is not a string, but rather a parsed
URL. As such, it does not have a `.endswith` attribute, which would
make it fail with an exception when trying to open the conn. inspector.

This has been an issue since commit 709a144, in release 1.20.0.

Signed-off-by: Sofia Ferreira (flowln) <flowlnlnln@gmail.com>
Copy link
Collaborator

@jbellister-slac jbellister-slac left a comment

Choose a reason for hiding this comment

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

Thanks for catching this and the fix! We will clean up the unrelated test failures in a separate PR.

@jbellister-slac jbellister-slac merged commit abdaa14 into slaclab:master Apr 5, 2024
10 of 19 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