commit | 5511ea02037abc02cd7e91d3a7a2ea712de7be1e | [log] [tgz] |
---|---|---|
author | Martin Kopec <mkopec@redhat.com> | Thu May 16 15:24:00 2019 +0000 |
committer | Martin Kopec <mkopec@redhat.com> | Fri May 17 20:46:16 2019 +0000 |
tree | 739aa5e05a98490a54dae9c3c2317860caabeeb5 | |
parent | ab3f72b21497bdc913cf92673d858e5767a5dd93 [diff] |
Fix mismatch error due to map in python3 When executed by python3 the test failed on a mismatch_error caused by the fact that map function works differently in python3. The review fixes the issue by rewriting the line filtering extensions to list comprehension. Closes-Bug: #1829475 Change-Id: Ic2db882e505e7992192767acbe12a153b2d879e9