resolveRelativeConfigPath#

lsst.ts.wep.utils.resolveRelativeConfigPath(path)#

Resolve a relative config path into an absolute path.

This does not check whether the absolute path actually points to a file.

Parameters:

path (str) – Path relative to the policy directory. Can start with “policy:” or not.

Returns:

Absolute path of config file in the policy directory

Return type:

str