Open
Description
Hello,
The documentation section titled "keywords with task metadata" says:
dependencies: list of file_dep
In trying dependencies[0] in a task, the interpreter told me that dependencies is actually a set and can't be indexed. Hence, the documentation should be changed to reflect that.
By the way, the work around suggested on stack exchange is to use list(dependencies)[0].
I haven't checked, but it may be that the keyword 'changed' also refers to a set rather than a list as stated in the documentation?
Thanks,
David