Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
propagate return value from @Deploy decorator
e.g. this allows writing code like: @Deploy def ripgrep(**kwargs): return apt.packages('ripgrep', **kwargs) res = ripgrep() if res.changed: # do something else
- Loading branch information