Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix python3 compatibility bug in spack edit command (spack#6748)
In Python 2, filter() returns a list, but in Python 3, filter() returns an iterator, and iterators have no length.
- Loading branch information