Skip to content

Commit

Permalink
docs: no global argument passing for yield from _inner in operations
Browse files Browse the repository at this point in the history
  • Loading branch information
bauen1 authored and Fizzadar committed Dec 11, 2024
1 parent 18e4674 commit 980cd29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Operations can also call other operations using ``yield from`` syntax:
yield from files.file._inner(
path="/some/file",
...,

# Only arguments for the operation itself are allowed, global arguments
# such as e.g. _sudo are not accepted.
)
```

Expand Down

0 comments on commit 980cd29

Please sign in to comment.