uwefladrich/scriptengine

Include task raises wrong exception if src not found

Closed this issue · 1 comments

Consider

include:
    src: foo.yml

and assume that foo.yml does not exist.

In that case, the Include task raises

scriptengine.exceptions.ScriptEngineTaskArgumentMissingError: Missing task argument: ignore_not_found

when it should raise an ScriptEngineTaskRunError.

Was fixed with 07c57fb