slaclab / pydm

Python Display Manager
http://slaclab.github.io/pydm/
Other
111 stars 76 forks source link

Fix connection inspector with local plugins #1067

Closed flowln closed 3 months ago

flowln commented 3 months ago

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.