diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2017-12-21 20:45:15 -0500 |
---|---|---|
committer | scheibelp <scheibel1@llnl.gov> | 2017-12-21 17:45:15 -0800 |
commit | 1ce0c1b5568228e2c273874bd4e9bf0834dbe80d (patch) | |
tree | 26f624c0ee612ad15d9a3e8c3f20731d455a54bf /var | |
parent | feb4f1b3876790c7455bb5899b48f88543a3c40f (diff) | |
download | spack-1ce0c1b5568228e2c273874bd4e9bf0834dbe80d.tar.gz spack-1ce0c1b5568228e2c273874bd4e9bf0834dbe80d.tar.bz2 spack-1ce0c1b5568228e2c273874bd4e9bf0834dbe80d.tar.xz spack-1ce0c1b5568228e2c273874bd4e9bf0834dbe80d.zip |
Fix python3 compatibility bug in spack edit command (#6748)
In Python 2, filter() returns a list, but in Python 3, filter()
returns an iterator, and iterators have no length.
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions