unexpected return type for BG when dry-run
Open
bug
- Dominant language
- Python
- Stars
- 14
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The local command generator send result is a `Future` for `BG`-modified commands, as expected; however, in dry-run mode, the result is the same as for other commands:
(None, None, None)
The `BG` result should be the same structure in dry-run mode as otherwise: a single entity, say:
None
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.