Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix eachdist.py not printing invoked commands. (#1758)
I observed the following pattern: ``` <output of cmd 1> <output of cmd 2> >>> cmd1 >>> cmd2 ``` The `>>> cmd` header should come immediately before the command output to facilitate debugging & progress reporting.
- Loading branch information