commit | cfd0a152612869cf590a5cae8ac447c506eb0110 | [log] [tgz] |
---|---|---|
author | Benny Kopilov <bkopilov@redhat.com> | Wed Jan 27 07:11:32 2021 +0200 |
committer | Benny Kopilov <bkopilov@redhat.com> | Mon Feb 08 08:23:05 2021 +0000 |
tree | e27694eb8f5a4dcc2ee16ff068598a8f3e2046e6 | |
parent | 1b0cddc90df0d0736e1d7ae63feef3b801ffdbe1 [diff] |
Refactor skip_because decorator skip_because should be skipped by default. The skip param is not needed here , condition is set to True always In case condition is False we do not skip . I think it reduces the nested if and overhead. Making the code clear and readable Change-Id: Ie24263bb73805001ba85c27073f6a7de31793323