get_default_scripts_dir

lsst.ts.scriptqueue.get_default_scripts_dir(is_standard)

Return the default directory for the specified kind of scripts.

Parameters
is_standardbool

Standard (True) or external (False) scripts?

Returns
scripts_dirpathlib.Path

Absolute path to the specified scripts directory.

Raises
ImportError

If the necessary python package cannot be imported (lsst.ts.standardscripts if is_standard true, else lsst.ts.externalscripts).