Skip to content

Commit 0d1ffab

Browse files
committed
docs: no global argument passing for yield from _inner in operations
1 parent 5ff3cfe commit 0d1ffab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/api/operations.md

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Operations can also call other operations using ``yield from`` syntax:
4343
yield from files.file._inner(
4444
path="/some/file",
4545
...,
46+
47+
# Only arguments for the operation itself are allowed, global arguments
48+
# such as e.g. _sudo are not accepted.
4649
)
4750
```
4851

0 commit comments

Comments
 (0)