polaris.Task.configure
- Task.configure()[source]
Modify the configuration options for this task. Tasks should override this method if they want to add config options specific to the task, e.g. from a config file stored in the task’s python package. If a task overrides this method, it should assume that the
<self.name>.cfg
file in its package has already been added to the config options prior to callingconfigure()
.