Mercurial > hg
diff contrib/builddeb @ 31342:1470b0f771c8
phases: explicitly evaluate list returned by map
On Python 3 map() returns a generator, which bool()s to true even if
it had an empty input set. Work around this by using list() on the
map() result.
author | Augie Fackler <augie@google.com> |
---|---|
date | Sat, 11 Mar 2017 20:53:20 -0500 |
parents | c4f0e764b231 |
children | f1c2552c2de7 |