resolveRelativeConfigPath¶
- lsst.ts.wep.utils.resolveRelativeConfigPath(path: str) str ¶
Resolve a relative config path into an absolute path.
This does not check whether the absolute path actually points to a file.
Parameters¶
- pathstr
Path relative to the policy directory. Can start with “policy:” or not.
Returns¶
- str
Absolute path of config file in the policy directory