pcdshub / happi

Heuristic Access to Positions of Photon Instruments
https://pcdshub.github.io/happi/master
Other
13 stars 29 forks source link

BUG: happi container-registry accesses internals rather than public API #271

Open tangkong opened 2 years ago

tangkong commented 2 years ago

This seems to break happi container-registry for me. I'll keep looking into it though

This was a bug in the CLI code, reaching into the internals instead of using public API. (f60804d) Apparently this is also uncovered in the test suite?

Originally posted by @klauer in https://github.com/pcdshub/happi/pull/270#issuecomment-1171500085

With lazy loading of the container registry, this causes the container-registry command to return nothing This should also be covered in the test suite