.. _doot.workflow.check_locs: ======================== doot.workflow.check_locs ======================== .. py:module:: doot.workflow.check_locs Classes ------- .. autoapisummary:: doot.workflow.check_locs.CheckLocsTask Module Contents =============== .. _doot.workflow.check_locs.CheckLocsTask: .. py:class:: CheckLocsTask(spec: doot.workflow.interface.TaskSpec_i = None) Bases: :py:obj:`doot.workflow.DootTask` A Task for registered directories exist. Will build missing if doot.config.startup.location_check.make_missing is true .. py:attribute:: task_name :value: '_locations::check' .. py:method:: checklocs(spec: doot.workflow.interface.ActionSpec_i, state: dict, args: list) -> None