commit | 717fdcd8a069f42432a28d4d818de887eae8f4fc | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Mon Aug 05 15:30:02 2019 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Mon Aug 05 15:35:01 2019 +0900 |
tree | a04f68857e161d4a9d85ec555f60fee44afb4935 | |
parent | 4b03e176a64d5ef7a4e48eee55dcc1dbe95a32cc [diff] |
Use pathlib Path.glob instead of glob.glob(recursive=True) recursive option in glob.glob is supported from 3.5, so use Path.glob instaed Bug: 138639389 Test: development/vndk/tools/image-diff-tool/compare_images_and_print.sh "-t path1 path2 -s SYSTEM -i " Change-Id: If184b15e1b0be2a80f2f79a281b5093ad177eb6c