pcdshub / typhos

Automatic-yet-customizable Graphical User Interface Generation for Ophyd Devices
http://pcdshub.github.io/typhos
Other
16 stars 26 forks source link

FIX: use cached paths for finding class templates #506

Closed klauer closed 2 years ago

klauer commented 2 years ago

Description

_get_specific_screens was using the non-cached paths, duplicating the effort of the cached path mechanism.

Motivation and Context

Hopefully address speed a bit more on slow network filesystems

How Has This Been Tested?

Locally

Where Has This Been Documented?

This PR text