spack/lib
Todd Gamblin 2dafeaf819
bugfix: colify_table should not revert to 1 column for non-tty (#14307)
Commands like `spack blame` were printig poorly when redirected to files,
as colify reverts to a single column when redirected.  This works for
list data but not tables.

- [x] Force a table by always passing `tty=True` from `colify_table()`
2019-12-28 11:26:31 -08:00
..
spack bugfix: colify_table should not revert to 1 column for non-tty (#14307) 2019-12-28 11:26:31 -08:00