find_public_scripts¶
- lsst.ts.scriptqueue.find_public_scripts(root)¶
Find all public scripts in the specified root path.
Public scripts are executable files whose names do not start with “.” or “_”.
- Parameters
- root
str
,bytes
oros.PathLike
Path to root directory.
- root
- Returns