ewoksutils.exceptions.TaskInputWarning#
- exception ewoksutils.exceptions.TaskInputWarning[source]#
Raised when task inputs have issues that do not prevent execution.
This warning is raised when: - Input values are deprecated - Input types will change in future versions - Input values have non-critical issues
Inherits from TaskWarning to allow catching all task-related warnings together.